Expand description

Groth16 verifier over the BLS12-381 elliptic curve construction.

Modules§

  • API that takes in serialized inputs
  • Conversions between arkworks <-> blst
  • Groth16 SNARK verifier

Structs§

  • A field element in the BLS12-381 construction. Thin wrapper around conversions::BlsFr.
  • A Groth16 proof in the BLS12-381 construction. Thin wrapper around ark_groth16::Proof::<ark_bls12_381::Bls12_381>.
  • A Groth16 verifying key in the BLS12-381 construction. Thin wrapper around ark_groth16::VerifyingKey::<ark_bls12_381::Bls12_381>.