Fix author credit for e5c0bc6
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
9e2e7b34eb
commit
31d6c0b2b0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ non-cryptographic purposes and for certain purposes in cryptographic
|
|||
protocols, but usually not for key generation etc.
|
||||
|
||||
BN_rand_range() generates a cryptographically strong pseudo-random
|
||||
number B<rnd> in the range 0 <lt>= B<rnd> E<lt> B<range>.
|
||||
number B<rnd> in the range 0 E<lt>= B<rnd> E<lt> B<range>.
|
||||
BN_pseudo_rand_range() does the same, but is based on BN_pseudo_rand(),
|
||||
and hence numbers generated by it are not necessarily unpredictable.
|
||||
|
||||
|
|
Loading…
Reference in a new issue