UNPKG

@ondemos/core

Version:

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

8 lines 274 B
import type { LibDemos } from "@libdemos"; /** * @function * Returns the signature of the data provided. */ declare const sign: (message: Uint8Array, secretKey: Uint8Array, module?: LibDemos) => Promise<Uint8Array>; export default sign; //# sourceMappingURL=sign.d.ts.map