We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2557982 + 2b5bfe9 commit 112cae3Copy full SHA for 112cae3
src/prng/hc128.rs
@@ -62,7 +62,7 @@ const SEED_WORDS: usize = 8; // 128 bit key followed by 128 bit iv
62
/// Implementation Of HC-128 Stream Cipher"](
63
/// http://library.isical.ac.in:8080/jspui/bitstream/123456789/6636/1/TH431.pdf).
64
///
65
-/// [5]: Internet Engineering Task Force (Februari 2015),
+/// [5]: Internet Engineering Task Force (February 2015),
66
/// ["Prohibiting RC4 Cipher Suites"](https://tools.ietf.org/html/rfc7465).
67
68
/// [`BlockRng`]: ../../../rand_core/block/struct.BlockRng.html
0 commit comments