Switch RO to use the one in the Group trait (#54)

* switch to RO in the Group trait

* simplify compression

* absorb IO as bignum for relaxedR1CS
This commit is contained in:
Srinath Setty
2022-05-13 14:19:34 +05:30
committed by GitHub
parent 82b7fabd9d
commit 677fe23673
7 changed files with 144 additions and 80 deletions

View File

@@ -1,2 +1,4 @@
pub(crate) const NUM_CHALLENGE_BITS: usize = 128;
pub(crate) const NUM_HASH_BITS: usize = 250;
pub(crate) const BN_LIMB_WIDTH: usize = 32;
pub(crate) const BN_N_LIMBS: usize = 8;