![]() |
Functions
big_endian_bits_to_int(...)
: Returns the big-endian integer specified by the given bits.
big_endian_digits_to_int(...)
: Returns the big-endian integer specified by the given digits and base.
big_endian_int_to_bits(...)
: Returns the big-endian bits of an integer.
big_endian_int_to_digits(...)
: Separates an integer into big-endian digits.