fix doc/bn.tex ... again

(cherry picked from commit cb4edc7f29db6bafac56d00a38a6b0b5a118b0ca)
This commit is contained in:
Steffen Jaeckel 2019-01-17 11:01:30 +01:00
parent 662a170909
commit f9bb011f22
1 changed files with 1 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ int mp_rand(mp_int *a, int digits)
\end{alltt}
This function generates a random number of \texttt{digits} bits.
The random number generated with these two functions is cryptographically secure if the source of random numbers the operating systems offers is cryptographically secure. It will use \texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{\\dev\\urandom} on all operating systems that have it.
The random number generated with these two functions is cryptographically secure if the source of random numbers the operating systems offers is cryptographically secure. It will use \texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev/urandom} on all operating systems that have it.
\chapter{Input and Output}