#include <xmss_wots.h>
Definition at line 137 of file xmss_wots.h.
◆ TreeSignature() [1/3]
Botan::XMSS_WOTS_PublicKey::TreeSignature::TreeSignature |
( |
| ) |
|
|
default |
◆ TreeSignature() [2/3]
Definition at line 142 of file xmss_wots.h.
144 : m_ots_sig(ots_sig), m_auth_path(auth_path)
145 {}
◆ TreeSignature() [3/3]
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))
151 {}
◆ authentication_path() [1/2]
wots_keysig_t & Botan::XMSS_WOTS_PublicKey::TreeSignature::authentication_path |
( |
| ) |
|
|
inline |
Definition at line 168 of file xmss_wots.h.
169 {
170 return m_auth_path;
171 }
◆ authentication_path() [2/2]
const wots_keysig_t & Botan::XMSS_WOTS_PublicKey::TreeSignature::authentication_path |
( |
| ) |
const |
|
inline |
◆ ots_signature() [1/2]
wots_keysig_t & Botan::XMSS_WOTS_PublicKey::TreeSignature::ots_signature |
( |
| ) |
|
|
inline |
Definition at line 158 of file xmss_wots.h.
159 {
160 return m_ots_sig;
161 }
◆ ots_signature() [2/2]
const wots_keysig_t & Botan::XMSS_WOTS_PublicKey::TreeSignature::ots_signature |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: