mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 09:08:03 +00:00
4 lines
152 B
TypeScript
4 lines
152 B
TypeScript
import type { ScryptParams } from './types.js';
|
|
export declare const ALLOWED_PARAMS: ScryptParams[];
|
|
export declare const DEFAULT_PARAMS: ScryptParams;
|