UNPKG

@provablehq/sdk

Version:

A Software Development Kit (SDK) for Zero-Knowledge Transactions

5 lines (4 loc) 196 B
import { ProvingKey, VerifyingKey } from "../wasm.js"; type FunctionKeyPair = [ProvingKey, VerifyingKey]; type CachedKeyPair = [Uint8Array, Uint8Array]; export { CachedKeyPair, FunctionKeyPair };