UNPKG

@ondemos/core

Version:

A cryptographic commitment scheme with implied order of ownership wasm module for nodejs and the browser.

4 lines 205 B
import type { LibDemos } from "@libdemos"; declare const argon2: (mnemonic: string, salt?: Uint8Array, module?: LibDemos) => Promise<Uint8Array>; export default argon2; //# sourceMappingURL=argon2.d.ts.map