@baseline-protocol/privacy
v1.1.1
Published
Baseline core privacy
Downloads
12
Readme
@baseline-protocol/privacy
Baseline core privacy package.
Installation
npm install @baseline-protocol/privacy
Building
You can build the package locally with npm run build
.
Interfaces
IZKSnarkProverProvider
compile(source: string, location: string): Promise<any>;
computeWitness(artifacts: any, args: any[]): Promise<any>;
exportVerifier(verifyingKey): Promise<string>;
generateProof(prover, witness, provingKey): Promise<string>;
setup(prover): Promise<any>;
Supported Frontends
The following zkSNARK toolboxes are supported:
- ZoKrates