Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/util-crypto/scrypt/types.ts>ScryptParams

Package publishing for deno.land/x/polkadot
Go to Latest
interface ScryptParams
import { type ScryptParams } from "https://deno.land/x/polkadot@0.2.42/util-crypto/scrypt/types.ts";

The params that control scrypt generation

Properties

N: number
p: number
r: number