|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <roughtime.h>
Public Member Functions | |
| void | append (const Link &new_link, size_t max_chain_size) |
| Chain ()=default | |
| Chain (const std::string &str) | |
| const std::vector< Link > & | links () const |
| Nonce | next_nonce (const Nonce &blind) const |
| std::vector< Response > | responses () const |
| std::string | to_string () const |
Definition at line 109 of file roughtime.h.
|
default |
| Botan::Roughtime::Chain::Chain | ( | const std::string & | str | ) |
Definition at line 251 of file roughtime.cpp.
References Botan::base64_decode(), and Botan::unlock().
| void Botan::Roughtime::Chain::append | ( | const Link & | new_link, |
| size_t | max_chain_size | ||
| ) |
Definition at line 319 of file roughtime.cpp.
References Botan::Roughtime::nonce_from_blind(), and Botan::Roughtime::Link::nonce_or_blind().
|
inline |
Definition at line 114 of file roughtime.h.
Definition at line 313 of file roughtime.cpp.
References Botan::Roughtime::nonce_from_blind().
| std::vector< Response > Botan::Roughtime::Chain::responses | ( | ) | const |
Definition at line 299 of file roughtime.cpp.
References Botan::Roughtime::Response::from_bits(), and Botan::Roughtime::nonce_from_blind().
| std::string Botan::Roughtime::Chain::to_string | ( | ) | const |
Definition at line 345 of file roughtime.cpp.
References Botan::base64_encode().
1.8.9.1