#include <xmss_wots_publickey.h>
Definition at line 35 of file xmss_wots_publickey.h.
Botan::XMSS_WOTS_PublicKey::TreeSignature::TreeSignature |
( |
| ) |
|
|
default |
Definition at line 45 of file xmss_wots_publickey.h.
47 : m_ots_sig(std::move(ots_sig)),
48 m_auth_path(std::move(auth_path))
const wots_keysig_t& Botan::XMSS_WOTS_PublicKey::TreeSignature::authentication_path |
( |
| ) |
const |
|
inline |
wots_keysig_t& Botan::XMSS_WOTS_PublicKey::TreeSignature::authentication_path |
( |
| ) |
|
|
inline |
const wots_keysig_t& Botan::XMSS_WOTS_PublicKey::TreeSignature::ots_signature |
( |
| ) |
const |
|
inline |
wots_keysig_t& Botan::XMSS_WOTS_PublicKey::TreeSignature::ots_signature |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: