Crate ark_groth16

Source
Expand description

An implementation of the Groth16 zkSNARK.

Re-exports§

Modules§

  • Data structures used by the prover, verifier, and generator.
  • Generate public parameters for the Groth16 zkSNARK construction.
  • Create proofs for the Groth16 zkSNARK construction.
  • Reduce an R1CS instance to a Quadratic Arithmetic Program instance.
  • Verify proofs for the Groth16 zkSNARK construction.

Structs§