impl hash committed instance gadget (#17) (#31)

together with the native impl compatible with the gadget one
This commit is contained in:
2023-10-12 11:04:45 +02:00
committed by GitHub
parent 9a2a1fdd13
commit 422db752f9
5 changed files with 249 additions and 44 deletions

View File

@@ -3,6 +3,7 @@ use ark_ec::CurveGroup;
use ark_ff::Field;
pub mod cyclefold;
pub mod nonnative;
// CF represents the constraints field
pub type CF<C> = <<C as CurveGroup>::BaseField as Field>::BasePrimeField;