8 #ifndef BOTAN_RFC6979_GENERATOR_H_ 9 #define BOTAN_RFC6979_GENERATOR_H_ 11 #include <botan/bigint.h> 35 size_t m_qlen, m_rlen;
36 std::unique_ptr<HMAC_DRBG> m_hmac_drbg;
#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