UNPKG

142 BTypeScriptView Raw
1import type { ScryptParams } from './types.js';
2export declare function scryptToU8a(salt: Uint8Array, { N, p, r }: ScryptParams): Uint8Array;