UNPKG

@ondemos/core

Version:

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

4 lines 347 B
import type { LibDemos } from "@libdemos"; declare const generateProof: (identityChosenIndex: number, currentCommit: Uint8Array, previousCommit: Uint8Array, nonces: Uint8Array[], publicKeys: Uint8Array[], secretKeys: Uint8Array[], module?: LibDemos) => Promise<Uint8Array>; export default generateProof; //# sourceMappingURL=generateProof.d.ts.map