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 af8a289 commit 0b5df6fCopy full SHA for 0b5df6f
src/ciphers/chacha.rs
@@ -29,7 +29,7 @@ pub const C: [u32; 4] = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574];
29
/// data.
30
///
31
/// The 16 input numbers can be thought of as the elements of a 4x4 matrix like
32
-/// 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.
33
34
/// ```text
35
/// +----+----+----+----+
@@ -43,7 +43,7 @@ pub const C: [u32; 4] = [0x61707865, 0x3320646e, 0x79622d32, 0x6b206574];
43
44
/// ```
45
46
-/// As per the diagram bellow, `input[0, 1, 2, 3]` are the constants mentioned
+/// As per the diagram below, `input[0, 1, 2, 3]` are the constants mentioned
47
/// above, `input[4..=11]` is filled with the key, and `input[6..=9]` should be
48
/// filled with nonce and counter values. The output of the function is stored
49
/// in `output` variable and can be XORed with the plain text to produce the
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments