Skip to content

Commit

Permalink
typo nova.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Dec 26, 2024
1 parent 9f9d097 commit bc32168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folding-schemes/src/folding/nova/nifs/nova.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::utils::vec::{hadamard, mat_vec_mul, vec_add, vec_scalar_mul, vec_sub}
use crate::{Curve, Error};

/// ChallengeGadget computes the RO challenge used for the Nova instances NIFS, it contains a
/// rust-native and a in-circuit compatible versions.
/// rust-native and an in-circuit compatible versions.
pub struct ChallengeGadget<C: Curve, CI: Absorb> {
_c: PhantomData<C>,
_ci: PhantomData<CI>,
Expand Down

0 comments on commit bc32168

Please sign in to comment.