mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-02-03 09:46:42 +01:00
Fit Nova+CycleFold into FoldingScheme trait & Add examples/ for folding SHA256 circuit (#64)
* 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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// used for the RO challenges.
|
||||
// From [Srinath Setty](research.microsoft.com/en-us/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.
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user