Skip to main content
The Deno 2 Release Candidate is 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.1.1/lib/helpers.ts";

Properties

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