UNPKG

@ondemos/core

Version:

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

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