8 #ifndef BOTAN_XMSS_SIGNATURE_OPERATION_H_
9 #define BOTAN_XMSS_SIGNATURE_OPERATION_H_
11 #include <botan/pk_ops.h>
12 #include <botan/xmss.h>
13 #include <botan/internal/xmss_address.h>
14 #include <botan/internal/xmss_signature.h>
15 #include <botan/xmss_wots.h>
41 void update(
const uint8_t msg[],
size_t msg_len)
override;
83 bool m_is_initialized;
size_t signature_length() const override
XMSS_Signature_Operation(const XMSS_PrivateKey &private_key)
int(* final)(unsigned char *, CTX *)
std::vector< T, secure_allocator< T >> secure_vector
std::vector< secure_vector< uint8_t > > wots_keysig_t
secure_vector< uint8_t > sign(RandomNumberGenerator &) override
void update(const uint8_t msg[], size_t msg_len) override