mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-29 15:26:39 +01:00
Support for arbitrary arity for step circuit's IO (#107)
* support for arbitrary arity for F * revive MinRoot example * revive tests * revive ecdsa * remove unused code * use None instead of Some(1u32) * revive benches * fix clippy warning
This commit is contained in:
@@ -2,5 +2,5 @@ pub(crate) const NUM_CHALLENGE_BITS: usize = 128;
|
||||
pub(crate) const NUM_HASH_BITS: usize = 250;
|
||||
pub(crate) const BN_LIMB_WIDTH: usize = 64;
|
||||
pub(crate) const BN_N_LIMBS: usize = 4;
|
||||
pub(crate) const NUM_FE_FOR_HASH: usize = 19;
|
||||
pub(crate) const NUM_FE_WITHOUT_IO_FOR_CRHF: usize = 17;
|
||||
pub(crate) const NUM_FE_FOR_RO: usize = 24;
|
||||
|
||||
Reference in New Issue
Block a user