mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-17 03:11:30 +01:00
* Update FoldingSchemes trait, fit Nova+CycleFold - update lib.rs's `FoldingScheme` trait interface - fit Nova+CycleFold into the `FoldingScheme` trait - refactor `src/nova/*` * Add `examples` dir, with Nova's `FoldingScheme` example * polishing * expose poseidon_test_config outside tests
6 lines
312 B
Rust
6 lines
312 B
Rust
// used for the RO challenges.
|
|
// From [Srinath Setty](https://microsoft.com/en-us/research/people/srinath/): In Nova, soundness
|
|
// error ≤ 2/|S|, where S is the subset of the field F from which the challenges are drawn. In this
|
|
// case, we keep the size of S close to 2^128.
|
|
pub const N_BITS_RO: usize = 128;
|