#include <roughtime.h>
Definition at line 88 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 91 of file roughtime.h.
97 {}
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 101 of file roughtime.h.
101{ 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 99 of file roughtime.h.
99{ 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: