Skip to content

Commit 46aec91

Browse files
fixup an inaccurate comment
1 parent 1deeceb commit 46aec91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrypt/src/block_mix/pivot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Permute Salsa20 block to column major order
1+
/// Permute Salsa20 block to diagnal order
22
pub(crate) const PIVOT_ABCD: [usize; 16] = [0, 5, 10, 15, 4, 9, 14, 3, 8, 13, 2, 7, 12, 1, 6, 11];
33

44
/// Inverse of PIVOT_ABCD

0 commit comments

Comments
 (0)