mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: perl-math-random-secure: Fix typo.
* gnu/packages/crypto.scm (perl-math-random-secure)[description]: Fix the spelling of ‘millennia’.
This commit is contained in:
parent
9dbdc830f6
commit
8d0d14479d
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ (define-public perl-math-random-secure
|
|||
@item No matter how many numbers you see generated by the random number
|
||||
generator, you cannot guess the future numbers, and you cannot guess the seed.
|
||||
@item There are so many possible seeds that it would take decades, centuries,
|
||||
or millenia for an attacker to try them all.
|
||||
or millennia for an attacker to try them all.
|
||||
@item The seed comes from a source that generates relatively strong random
|
||||
data on your platform, so the seed itself will be as random as possible.
|
||||
@end enumerate\n")
|
||||
|
|
Loading…
Reference in a new issue