8#ifndef BOTAN_OPENSSL_BN_WRAP_H__
9#define BOTAN_OPENSSL_BN_WRAP_H__
11#include <botan/bigint.h>
12#include <openssl/bn.h>
25 void encode(
byte[],
size_t)
const;
static SecureVector< byte > encode(const BigInt &n, Base base=Binary)
OSSL_BN_CTX & operator=(const OSSL_BN_CTX &)
void encode(byte[], size_t) const
SecureVector< byte > to_bytes() const
OSSL_BN & operator=(const OSSL_BN &)