Botan 3.6.1
Crypto and TLS for C&
|
#include <rfc6979.h>
Public Member Functions | |
BigInt | nonce_for (const BigInt &group_order, const BigInt &m) |
RFC6979_Nonce_Generator (std::string_view hash, size_t order_bits, const BigInt &x) | |
~RFC6979_Nonce_Generator () | |
Botan::RFC6979_Nonce_Generator::RFC6979_Nonce_Generator | ( | std::string_view | hash, |
size_t | order_bits, | ||
const BigInt & | x ) |
Definition at line 18 of file rfc6979.cpp.
References Botan::MessageAuthenticationCode::create_or_throw(), Botan::fmt(), and Botan::BigInt::serialize_to().
|
default |
Definition at line 25 of file rfc6979.cpp.
References Botan::BigInt::_assign_from_bytes(), Botan::BigInt::bits(), BOTAN_ASSERT_NOMSG, BOTAN_DEBUG_ASSERT, and Botan::BigInt::serialize_to().
Referenced by Botan::generate_rfc6979_nonce().