UNPKG

@ondemos/core

Version:

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

4 lines 243 B
import type { LibDemos } from "@libdemos"; declare const splitSecret: (secret: Uint8Array, sharesLen: number, threshold: number, module?: LibDemos) => Promise<Uint8Array[]>; export default splitSecret; //# sourceMappingURL=splitSecret.d.ts.map