mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Expose bignum helper functions
This commit is contained in:
parent
173109e072
commit
4e600a243a
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ object Cyc_num_op_va_list(void *data, int argc,
|
|||
object(fn_op(void *, common_type *, object)),
|
||||
int default_no_args, int default_one_arg, object n,
|
||||
va_list ns, common_type * buf);
|
||||
void Cyc_int2bignum(int n, mp_int *bn);
|
||||
object Cyc_bignum_normalize(void *data, object n);
|
||||
int Cyc_bignum_cmp(bn_cmp_type type, object x, int tx, object y, int ty);
|
||||
double MRG32k3a (double seed);
|
||||
/**@}*/
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue