Botan 3.6.1
Crypto and TLS for C&
|
#include <roughtime.h>
Public Member Functions | |
const std::array< uint8_t, 64 > & | get_nonce () const |
Nonce ()=default | |
Nonce (const std::array< uint8_t, 64 > &nonce) | |
Nonce (const std::vector< uint8_t > &nonce) | |
Nonce (RandomNumberGenerator &rng) | |
bool | operator== (const Nonce &rhs) const |
Definition at line 32 of file roughtime.h.
|
default |
Botan::Roughtime::Nonce::Nonce | ( | const std::vector< uint8_t > & | nonce | ) |
Definition at line 157 of file roughtime.cpp.
References Botan::typecast_copy().
Botan::Roughtime::Nonce::Nonce | ( | RandomNumberGenerator & | rng | ) |
Definition at line 164 of file roughtime.cpp.
References Botan::RandomNumberGenerator::randomize().
|
inline |
Definition at line 38 of file roughtime.h.
|
inline |
Definition at line 42 of file roughtime.h.
Referenced by Botan::Roughtime::encode_request(), Botan::Roughtime::Response::from_bits(), and Botan::Roughtime::nonce_from_blind().
|
inline |
Definition at line 40 of file roughtime.h.