Skip to content

Commit c7cedcb

Browse files
nijtmanssjaeckel
authored andcommitted
Documentation fixes, handling i32 type correctly
1 parent 91b113c commit c7cedcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bn.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ \subsection{Long Long Constants - platform dependant}
918918
unsigned long long mp_get_magll (mp_int * a);
919919
\end{alltt}
920920

921-
This will return the least significant bits of the mp\_int $a$ that fit into a ``long''.
921+
This will return the least significant bits of the mp\_int $a$ that fit into a ``long long''.
922922

923923
\subsection{Initialize and Setting Constants}
924924
To both initialize and set small constants the following two functions are available.

0 commit comments

Comments
 (0)