UNPKG

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