Module fastcrypto_zkp::bn254

source ·
Expand description

Groth16 verifier over the BN254 elliptic curve construction.

Modules§

Structs§

  • A field element in the BN254 construction. Thin wrapper around api::Bn254Fr.
  • A Groth16 proof in the BN254 construction. Thin wrapper around ark_groth16::Proof::<ark_bn254::Bn254>.
  • A Groth16 verifying key in the BN254 construction. Thin wrapper around ark_groth16::VerifyingKey::<ark_bn254::Bn254>.