8 #ifndef BOTAN_RFC6979_GENERATOR_H_
9 #define BOTAN_RFC6979_GENERATOR_H_
11 #include <botan/bigint.h>
37 size_t m_qlen, m_rlen;
38 std::unique_ptr<HMAC_DRBG> m_hmac_drbg;
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
BigInt generate_rfc6979_nonce(const BigInt &x, const BigInt &q, const BigInt &h, const std::string &hash)
std::vector< T, secure_allocator< T >> secure_vector
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)