|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <rfc6979.h>
Public Member Functions | |
| const BigInt & | nonce_for (const BigInt &m) |
| RFC6979_Nonce_Generator (const std::string &hash, const BigInt &order, const BigInt &x) | |
| ~RFC6979_Nonce_Generator () | |
| Botan::RFC6979_Nonce_Generator::RFC6979_Nonce_Generator | ( | const std::string & | hash, |
| const BigInt & | order, | ||
| const BigInt & | x | ||
| ) |
Note: keeps persistent reference to order
Definition at line 14 of file rfc6979.cpp.
References Botan::MessageAuthenticationCode::create(), and Botan::BigInt::encode_1363().
| Botan::RFC6979_Nonce_Generator::~RFC6979_Nonce_Generator | ( | ) |
Definition at line 27 of file rfc6979.cpp.
Definition at line 32 of file rfc6979.cpp.
References Botan::BigInt::binary_decode(), and Botan::BigInt::encode_1363().
Referenced by Botan::generate_rfc6979_nonce().
1.8.9.1