#include <xmss_wots.h>
Definition at line 137 of file xmss_wots.h.
Botan::XMSS_WOTS_PublicKey::TreeSignature::TreeSignature |
( |
| ) |
|
|
default |
Definition at line 142 of file xmss_wots.h.
144 : m_ots_sig(ots_sig), m_auth_path(auth_path)
Definition at line 147 of file xmss_wots.h.
149 : m_ots_sig(std::move(ots_sig)),
150 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: