diff options
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 15c55b4e4f..bbbe4a1ba0 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -704,7 +704,7 @@ byte-oriented sources of random data.") (synopsis "Cryptographically secure replacement for rand()") (description "This module is intended to provide a cryptographically-secure replacement for Perl's built-in @code{rand} function. -\"Crytographically secure\", in this case, means: +\"Cryptographically secure\", in this case, means: @enumerate @item No matter how many numbers you see generated by the random number |