Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/scrypt/lib/helpers.ts>ScryptParameters

🔑 Deno library for hashing passwords using scrypt
Go to Latest
interface ScryptParameters
import { type ScryptParameters } from "https://deno.land/x/scrypt@v4.2.1/lib/helpers.ts";

Properties

optional
logN: logN
optional
r: number
optional
p: number
optional
salt: string | Uint8Array
optional
dklen: number
optional
N: number