mp.h: third time's a charm

This commit is contained in:
glenda 2015-08-27 13:40:34 +00:00
parent 82a922d9ed
commit 2bc15fbabd

View file

@ -39,7 +39,7 @@ void mpassign(mpint *old, mpint *new);
/* random bits */
mpint* mprand(int bits, void (*gen)(uchar*, int), mpint *b);
/* return uniform random [0..n-1] */
mpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
mpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b);
/* conversion */
mpint* strtomp(char*, char**, int, mpint*); /* ascii */