ozki-toolkit package

This is the local npm package built by the ozki-toolkit git repository.

The ozki-toolkit defines two main typescript classes:

  • ProofGenerator This class is used by the user (prover) to create zk-snark proof. Because ProofGenerator takes user's secrets or PII, this normally runs in a user's private space like the browser.

  • ProofVerifier This class is used by the verifier like web services to verify the zk-snark proof created by the user.

Last updated