Botan 3.6.1
Crypto and TLS for C&
|
#include <xmss_wots.h>
Public Member Functions | |
const wots_keysig_t & | key_data () const |
XMSS_WOTS_Base (XMSS_WOTS_Parameters params) | |
XMSS_WOTS_Base (XMSS_WOTS_Parameters params, wots_keysig_t key_data) | |
Protected Attributes | |
wots_keysig_t | m_key_data |
XMSS_WOTS_Parameters | m_params |
Definition at line 31 of file xmss_wots.h.
|
inline |
Definition at line 33 of file xmss_wots.h.
|
inline |
Definition at line 35 of file xmss_wots.h.
|
inline |
Definition at line 38 of file xmss_wots.h.
References m_key_data.
Referenced by Botan::XMSS_WOTS_PrivateKey::sign().
|
protected |
Definition at line 42 of file xmss_wots.h.
Referenced by key_data(), Botan::XMSS_WOTS_PrivateKey::XMSS_WOTS_PrivateKey(), Botan::XMSS_WOTS_PrivateKey::XMSS_WOTS_PrivateKey(), Botan::XMSS_WOTS_PublicKey::XMSS_WOTS_PublicKey(), and Botan::XMSS_WOTS_PublicKey::XMSS_WOTS_PublicKey().
|
protected |
Definition at line 41 of file xmss_wots.h.
Referenced by Botan::XMSS_WOTS_PrivateKey::sign(), Botan::XMSS_WOTS_PrivateKey::XMSS_WOTS_PrivateKey(), Botan::XMSS_WOTS_PrivateKey::XMSS_WOTS_PrivateKey(), Botan::XMSS_WOTS_PublicKey::XMSS_WOTS_PublicKey(), and Botan::XMSS_WOTS_PublicKey::XMSS_WOTS_PublicKey().