mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-29 15:26:39 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user