#include <roughtime.h>
Definition at line 84 of file roughtime.h.
◆ Link()
Botan::Roughtime::Link::Link |
( |
const std::vector< uint8_t > & | response, |
|
|
const Ed25519_PublicKey & | public_key, |
|
|
const Nonce & | nonce_or_blind ) |
|
inline |
Definition at line 86 of file roughtime.h.
86 :
const Ed25519_PublicKey & public_key() const
const Nonce & nonce_or_blind() const
const std::vector< uint8_t > & response() const
◆ nonce_or_blind() [1/2]
Nonce & Botan::Roughtime::Link::nonce_or_blind |
( |
| ) |
|
|
inline |
Definition at line 95 of file roughtime.h.
95{ return m_nonce_or_blind; }
◆ nonce_or_blind() [2/2]
const Nonce & Botan::Roughtime::Link::nonce_or_blind |
( |
| ) |
const |
|
inline |
◆ public_key()
Definition at line 91 of file roughtime.h.
91{ return m_public_key; }
◆ response()
const std::vector< uint8_t > & Botan::Roughtime::Link::response |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: