Skip to content

Commit 64bb3aa

Browse files
vonbrandsjaeckel
authored andcommitted
Documentation: Fix Format mp_rand_source
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
1 parent a1a057b commit 64bb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bn.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@ \section{PRNG}
23462346
\texttt{arc4random()} if the OS is a BSD flavor, Wincrypt on Windows, or \texttt{/dev/urandom} on
23472347
all operating systems that have it.
23482348

2349-
If you have a custom random source you might find the function \texttt(mp\_rand\_source) useful.
2349+
If you have a custom random source you might find the function \texttt{mp\_rand\_source()} useful.
23502350
\index{mp\_rand\_source}
23512351
\begin{alltt}
23522352
void mp_rand_source(mp_err(*source)(void *out, size_t size));

0 commit comments

Comments
 (0)