Skip to content

Commit

Permalink
Update mds_f64_12x12.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Feb 27, 2025
1 parent 388b4f9 commit 2243176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/src/hash/mds/mds_f64_12x12.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub(crate) fn mds_multiply_freq(state: [u64; 12]) -> [u64; 12] {
let (u8, u9, u10) = fft4_real([s2, s5, s8, s11]);

// This where the multiplication in frequency domain is done. More precisely, and with
// the appropriate permuations in between, the sequence of
// the appropriate permutations in between, the sequence of
// 3-point FFTs --> multiplication by twiddle factors --> Hadamard multiplication -->
// 3 point iFFTs --> multiplication by (inverse) twiddle factors
// is "squashed" into one step composed of the functions "block1", "block2" and "block3".
Expand Down

0 comments on commit 2243176

Please sign in to comment.