Cyclone Scheme
0.28.0
|
Exact integer of unlimited precision. More...
#include <types.h>
Data Fields | |
mp_int | bn |
gc_header_type | hdr |
tag_type | tag |
Exact integer of unlimited precision.
The backing store is the mp_int
data type from LibTomMath.
Note memory for mp_int
is allocated via malloc
, so bignums must always be allocated on Cyclone's heap.