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