Skip to content

Commit

Permalink
Tiny fix to comment in avx2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler authored Jun 7, 2024
1 parent 5e19de3 commit c2d06ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chacha20/src/backends/avx2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use core::arch::x86_64::*;

/// Number of blocks processed in parallel.
const PAR_BLOCKS: usize = 4;
/// Number of `__m256i` to store parallel blocks.
/// Number of `__m256i`-based blocks to store parallel blocks.
const N: usize = PAR_BLOCKS / 2;

#[inline]
Expand Down

0 comments on commit c2d06ee

Please sign in to comment.