24 #include <util/constants.h>
87 Uint32
toBuffer(Uint8* buf,Uint32 max_size)
const;
BigInt(const QString &value)
static BigInt powerMod(const BigInt &x, const BigInt &e, const BigInt &d)
BigInt & operator=(const BigInt &bi)
Uint32 toBuffer(Uint8 *buf, Uint32 max_size) const
Export the bigint ot a buffer.
BigInt(Uint32 num_bits=0)
static BigInt random()
Make a random BigInt.
static BigInt fromBuffer(const Uint8 *buf, Uint32 size)
Make a BigInt out of a buffer.