Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.3.0/lib/helpers.ts";

Properties

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