This is the complete list of members for uicore::BigInt, including all inherited members.
abs(BigInt *b) const | uicore::BigInt | |
BigInt() | uicore::BigInt | |
BigInt(uint32_t value) | uicore::BigInt | explicit |
BigInt(int32_t value) | uicore::BigInt | explicit |
BigInt(uint64_t value) | uicore::BigInt | explicit |
BigInt(int64_t value) | uicore::BigInt | explicit |
BigInt(const BigInt &other) | uicore::BigInt | |
cmp(const BigInt *b) const | uicore::BigInt | |
cmp_d(uint32_t d) const | uicore::BigInt | |
cmp_z() const | uicore::BigInt | |
div(const BigInt &b, BigInt *q, BigInt *r) const | uicore::BigInt | |
div(uint32_t d, BigInt *q, BigInt *r) const | uicore::BigInt | |
div_2(BigInt *c) const | uicore::BigInt | |
div_d(uint32_t d, BigInt *q, uint32_t *r) const | uicore::BigInt | |
exch(BigInt *mp2) | uicore::BigInt | |
exptmod(const BigInt *b, const BigInt *m, BigInt *c) const | uicore::BigInt | |
fermat(uint32_t w) const | uicore::BigInt | |
get(uint32_t &d) | uicore::BigInt | |
get(uint64_t &d) | uicore::BigInt | |
get(int64_t &d) | uicore::BigInt | |
get(int32_t &d) | uicore::BigInt | |
invmod(const BigInt *m, BigInt *c) const | uicore::BigInt | |
is_even() const | uicore::BigInt | |
is_odd() const | uicore::BigInt | |
make_prime(unsigned int num_bits) | uicore::BigInt | |
mod(const BigInt *m, BigInt *c) const | uicore::BigInt | |
mod_d(uint32_t d) const | uicore::BigInt | |
neg(BigInt *b) const | uicore::BigInt | |
operator%(const BigInt &b) | uicore::BigInt | |
operator%(uint32_t d) | uicore::BigInt | |
operator%=(const BigInt &b) | uicore::BigInt | |
operator%=(uint32_t d) | uicore::BigInt | |
operator*(const BigInt &b) | uicore::BigInt | |
operator*(uint32_t d) | uicore::BigInt | |
operator*=(const BigInt &b) | uicore::BigInt | |
operator*=(uint32_t d) | uicore::BigInt | |
operator+(const BigInt &b) | uicore::BigInt | |
operator+(uint32_t d) | uicore::BigInt | |
operator+=(const BigInt &b) | uicore::BigInt | |
operator+=(uint32_t d) | uicore::BigInt | |
operator-(const BigInt &b) | uicore::BigInt | |
operator-(uint32_t d) | uicore::BigInt | |
operator-=(const BigInt &b) | uicore::BigInt | |
operator-=(uint32_t d) | uicore::BigInt | |
operator/(const BigInt &b) | uicore::BigInt | |
operator/(uint32_t d) | uicore::BigInt | |
operator/=(const BigInt &b) | uicore::BigInt | |
operator/=(uint32_t d) | uicore::BigInt | |
operator=(const BigInt &other) | uicore::BigInt | |
pprime(int nt) const | uicore::BigInt | |
random() | uicore::BigInt | |
read_unsigned_octets(const unsigned char *input_str, unsigned int input_length) | uicore::BigInt | |
set(int32_t d) | uicore::BigInt | |
set(uint32_t d) | uicore::BigInt | |
set(uint64_t d) | uicore::BigInt | |
set(int64_t d) | uicore::BigInt | |
set_bit(unsigned int bit_number, unsigned int value) | uicore::BigInt | |
sieve(const uint32_t *primes, unsigned int num_primes, std::vector< unsigned char > &sieve) | uicore::BigInt | |
significant_bits() const | uicore::BigInt | |
sqr(BigInt *b) const | uicore::BigInt | |
sqrmod(const BigInt *m, BigInt *c) const | uicore::BigInt | |
to_unsigned_octets(unsigned char *output_str, unsigned int output_length) const | uicore::BigInt | |
trailing_zeros() const | uicore::BigInt | |
unsigned_octet_size() const | uicore::BigInt | |
xgcd(const BigInt *b, BigInt *g, BigInt *x, BigInt *y) const | uicore::BigInt | |
zero() | uicore::BigInt | |
~BigInt() | uicore::BigInt |