UNPKG

@ondemos/core

Version:

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

4 lines 232 B
import type { LibDemos } from "@libdemos"; declare const verify: (message: Uint8Array, signature: Uint8Array, publicKey: Uint8Array, module?: LibDemos) => Promise<boolean>; export default verify; //# sourceMappingURL=verify.d.ts.map