Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 657 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 657 Bytes

Groth16 Verifier that depends on arkworks

This branch depends on ark_bn254, ark_ec and ark_ff.

Point coordinates and public inputs are represented as num_bigint::BigUint.

Other branches may depend on casper_types e.g. U256 for public inputs and coordinates.

Both Arkworks and bn use the alt_bn128 (=bn254) curve.

Arkworks bn

Arkworks bn is supported, see bn254.rs.

Zeropool bn

Zeropool bn is supported, see bn.rs.