1.1.1 • Published 3 years ago

@baseline-protocol/privacy v1.1.1

Weekly downloads
17
License
CC0 1.0 Universal
Repository
-
Last release
3 years ago

@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

Architecture/Flow

baseline-zok-flow-3

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago