Privacy
Baseline core privacy package.
npm install @baseline-protocol/privacy
(npm package soon to be published)You can build the package locally with
npm run build
.IZKSnarkCircuitProvider
compile(source: string, location: string): Promise<any>;
computeWitness(artifacts: any, args: any[]): Promise<any>;
exportVerifier(verifyingKey): Promise<string>;
generateProof(circuit, witness, provingKey): Promise<string>;
setup(circuit): Promise<any>;
The following zkSNARK toolboxes are supported:
- gnark

Last modified 1yr ago