mp.h: oops
This commit is contained in:
parent
d8a1f1a647
commit
82a922d9ed
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void mpassign(mpint *old, mpint *new);
|
||||||
/* random bits */
|
/* random bits */
|
||||||
mpint* mprand(int bits, void (*gen)(uchar*, int), mpint *b);
|
mpint* mprand(int bits, void (*gen)(uchar*, int), mpint *b);
|
||||||
/* return uniform random [0..n-1] */
|
/* return uniform random [0..n-1] */
|
||||||
mmpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
|
mpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
|
||||||
|
|
||||||
/* conversion */
|
/* conversion */
|
||||||
mpint* strtomp(char*, char**, int, mpint*); /* ascii */
|
mpint* strtomp(char*, char**, int, mpint*); /* ascii */
|
||||||
|
|
Loading…
Reference in a new issue