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 0b5df6f commit 269690cCopy full SHA for 269690c
src/ciphers/salsa.rs
@@ -19,7 +19,7 @@ macro_rules! quarter_round {
19
/// seems to be a sane choice.
20
///
21
/// The 16 input numbers can be thought of as the elements of a 4x4 matrix like
22
-/// the one bellow, on which we do the main operations of the cipher.
+/// the one below, on which we do the main operations of the cipher.
23
24
/// ```text
25
/// +----+----+----+----+
@@ -33,7 +33,7 @@ macro_rules! quarter_round {
33
34
/// ```
35
36
-/// As per the diagram bellow, `input[0, 5, 10, 15]` are the constants mentioned
+/// As per the diagram below, `input[0, 5, 10, 15]` are the constants mentioned
37
/// above, `input[1, 2, 3, 4, 11, 12, 13, 14]` is filled with the key, and
38
/// `input[6, 7, 8, 9]` should be filled with nonce and counter values. The output
39
/// of the function is stored in `output` variable and can be XORed with the
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments