abs() const | Botan::BigInt | |
assign(const word x[], size_t length) | Botan::BigInt | inline |
Base enum name | Botan::BigInt | |
BigInt() | Botan::BigInt | inline |
BigInt(u64bit n) | Botan::BigInt | |
BigInt(const BigInt &other) | Botan::BigInt | |
BigInt(const std::string &str) | Botan::BigInt | |
BigInt(const byte buf[], size_t length, Base base=Binary) | Botan::BigInt | |
BigInt(RandomNumberGenerator &rng, size_t bits) | Botan::BigInt | |
BigInt(Sign sign, size_t n) | Botan::BigInt | |
BigInt(NumberType type, size_t n) | Botan::BigInt | |
Binary enum value | Botan::BigInt | |
binary_decode(const byte buf[], size_t length) | Botan::BigInt | |
binary_decode(const MemoryRegion< byte > &buf) | Botan::BigInt | |
binary_encode(byte buf[]) const | Botan::BigInt | |
bits() const | Botan::BigInt | |
byte_at(size_t n) const | Botan::BigInt | |
bytes() const | Botan::BigInt | |
clear() | Botan::BigInt | inline |
clear_bit(size_t n) | Botan::BigInt | |
cmp(const BigInt &n, bool check_signs=true) const | Botan::BigInt | |
data() const | Botan::BigInt | inline |
Decimal enum value | Botan::BigInt | |
decode(const byte buf[], size_t length, Base base=Binary) | Botan::BigInt | static |
decode(const MemoryRegion< byte > &buf, Base base=Binary) | Botan::BigInt | static |
encode(const BigInt &n, Base base=Binary) | Botan::BigInt | static |
encode(byte buf[], const BigInt &n, Base base=Binary) | Botan::BigInt | static |
encode_1363(const BigInt &n, size_t bytes) | Botan::BigInt | static |
encoded_size(Base base=Binary) const | Botan::BigInt | |
flip_sign() | Botan::BigInt | |
get_bit(size_t n) const | Botan::BigInt | |
get_reg() | Botan::BigInt | inline |
get_reg() const | Botan::BigInt | inline |
get_substring(size_t offset, size_t length) const | Botan::BigInt | |
grow_reg(size_t n) | Botan::BigInt | |
grow_to(size_t n) | Botan::BigInt | |
Hexadecimal enum value | Botan::BigInt | |
is_even() const | Botan::BigInt | inline |
is_negative() const | Botan::BigInt | inline |
is_nonzero() const | Botan::BigInt | inline |
is_odd() const | Botan::BigInt | inline |
is_positive() const | Botan::BigInt | inline |
is_zero() const | Botan::BigInt | inline |
mask_bits(size_t n) | Botan::BigInt | |
Negative enum value | Botan::BigInt | |
NumberType enum name | Botan::BigInt | |
Octal enum value | Botan::BigInt | |
operator!() const | Botan::BigInt | inline |
operator%=(const BigInt &y) | Botan::BigInt | |
operator%=(word y) | Botan::BigInt | |
operator*=(const BigInt &y) | Botan::BigInt | |
operator++() | Botan::BigInt | inline |
operator++(int) | Botan::BigInt | inline |
operator+=(const BigInt &y) | Botan::BigInt | |
operator-() const | Botan::BigInt | |
operator--() | Botan::BigInt | inline |
operator--(int) | Botan::BigInt | inline |
operator-=(const BigInt &y) | Botan::BigInt | |
operator/=(const BigInt &y) | Botan::BigInt | |
operator<<=(size_t shift) | Botan::BigInt | |
operator>>=(size_t shift) | Botan::BigInt | |
operator[](size_t i) | Botan::BigInt | inline |
operator[](size_t i) const | Botan::BigInt | inline |
Positive enum value | Botan::BigInt | |
Power2 enum value | Botan::BigInt | |
random_integer(RandomNumberGenerator &rng, const BigInt &min, const BigInt &max) | Botan::BigInt | static |
randomize(RandomNumberGenerator &rng, size_t bitsize=0) | Botan::BigInt | |
reverse_sign() const | Botan::BigInt | |
set_bit(size_t n) | Botan::BigInt | |
set_sign(Sign sign) | Botan::BigInt | |
sig_words() const | Botan::BigInt | inline |
sign() const | Botan::BigInt | inline |
Sign enum name | Botan::BigInt | |
size() const | Botan::BigInt | inline |
swap(BigInt &other) | Botan::BigInt | |
to_u32bit() const | Botan::BigInt | |
word_at(size_t n) const | Botan::BigInt | inline |