Skip to content

Commit

Permalink
Poseidon
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardOfMenlo committed Nov 29, 2024
1 parent 125fb7a commit ab0ce9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nimue-poseidon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ impl<const NAME: u32, F: PrimeField, const R: usize, const N: usize> PoseidonSpo
});
}

#[allow(clippy::needless_range_loop)]
fn apply_mds(&self, state: &mut [F]) {
let mut new_state = [F::ZERO; N];
for i in 0..N {
Expand Down

0 comments on commit ab0ce9f

Please sign in to comment.