mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-28 06:53:48 +01:00
feat: add noname as a frontend to sonobe (#121)
* feat: add noname as a frontend to sonobe fix: remove extra `rng` usage Co-authored-by: Carlos Pérez <37264926+CPerezz@users.noreply.github.com> * Update README.md Co-authored-by: arnaucube <root@arnaucube.com> * chore: move ark-noname to dev dependencies in solidity-verifiers cargo --------- Co-authored-by: Carlos Pérez <37264926+CPerezz@users.noreply.github.com> Co-authored-by: arnaucube <root@arnaucube.com>
This commit is contained in:
@@ -91,10 +91,12 @@ pub enum Error {
|
||||
NotSupported(String),
|
||||
#[error("max i-th step reached (usize limit reached)")]
|
||||
MaxStep,
|
||||
#[error("Circom Witness calculation error: {0}")]
|
||||
#[error("Witness calculation error: {0}")]
|
||||
WitnessCalculationError(String),
|
||||
#[error("BigInt to PrimeField conversion error: {0}")]
|
||||
BigIntConversionError(String),
|
||||
#[error("Failed to serde: {0}")]
|
||||
JSONSerdeError(String),
|
||||
}
|
||||
|
||||
/// FoldingScheme defines trait that is implemented by the diverse folding schemes. It is defined
|
||||
|
||||
Reference in New Issue
Block a user