mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 00:51:28 +01:00
minor typo fix (#147)
* typo fix * Comment typos fix * Update README.md * Comment typo fix
This commit is contained in:
@@ -19,7 +19,7 @@ pub trait StepCircuit<F: PrimeField>: Send + Sync + Clone {
|
||||
z: &[AllocatedNum<F>],
|
||||
) -> Result<Vec<AllocatedNum<F>>, SynthesisError>;
|
||||
|
||||
/// return the output of the step when provided with with the step's input
|
||||
/// return the output of the step when provided with the step's input
|
||||
fn output(&self, z: &[F]) -> Vec<F>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user