We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deeceb commit 46aec91Copy full SHA for 46aec91
scrypt/src/block_mix/pivot.rs
@@ -1,4 +1,4 @@
1
-/// Permute Salsa20 block to column major order
+/// Permute Salsa20 block to diagnal order
2
pub(crate) const PIVOT_ABCD: [usize; 16] = [0, 5, 10, 15, 4, 9, 14, 3, 8, 13, 2, 7, 12, 1, 6, 11];
3
4
/// Inverse of PIVOT_ABCD
0 commit comments