Commit c7cedcbadfd78181359e1395e66d30a965085a02

nijtmans 2019-06-12T15:17:00

Documentation fixes, handling i32 type correctly

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/bn.tex b/doc/bn.tex
index 4f4b97b..ea2c0bb 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -918,7 +918,7 @@ unsigned long long mp_get_ull (mp_int * a);
 unsigned long long mp_get_magll (mp_int * a);
 \end{alltt}
 
-This will return the least significant bits of the mp\_int $a$ that fit into a ``long''.
+This will return the least significant bits of the mp\_int $a$ that fit into a ``long long''.
 
 \subsection{Initialize and Setting Constants}
 To both initialize and set small constants the following two functions are available.