Skip to content

Commit 112cae3

Browse files
authored
Merge pull request #473 from vks/patch-2
Fix typo
2 parents 2557982 + 2b5bfe9 commit 112cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prng/hc128.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const SEED_WORDS: usize = 8; // 128 bit key followed by 128 bit iv
6262
/// Implementation Of HC-128 Stream Cipher"](
6363
/// http://library.isical.ac.in:8080/jspui/bitstream/123456789/6636/1/TH431.pdf).
6464
///
65-
/// [5]: Internet Engineering Task Force (Februari 2015),
65+
/// [5]: Internet Engineering Task Force (February 2015),
6666
/// ["Prohibiting RC4 Cipher Suites"](https://tools.ietf.org/html/rfc7465).
6767
///
6868
/// [`BlockRng`]: ../../../rand_core/block/struct.BlockRng.html

0 commit comments

Comments
 (0)