8 #include <botan/internal/bn_wrap.h>    20       BN_bin2bn(encoding, encoding.
size(), 
value);
    29    BN_bin2bn(in, length, 
value);
    70    return BN_num_bytes(
value);
    79    BN_bn2bin(
value, out);
   112    value = BN_CTX_new();
 void encode(byte[], size_t) const
static SecureVector< byte > encode(const BigInt &n, Base base=Binary)
OSSL_BN_CTX & operator=(const OSSL_BN_CTX &)
OSSL_BN & operator=(const OSSL_BN &)
static BigInt decode(const byte buf[], size_t length, Base base=Binary)