8 #ifndef BOTAN_XMSS_WOTS_SIGNATURE_OPERATION_H__
9 #define BOTAN_XMSS_WOTS_SIGNATURE_OPERATION_H__
13 #include <botan/assert.h>
14 #include <botan/types.h>
15 #include <botan/pk_ops.h>
16 #include <botan/internal/xmss_wots_addressed_privatekey.h>
17 #include <botan/internal/xmss_wots_common_ops.h>
48 void update(
const uint8_t msg[],
size_t msg_len)
override;
virtual ~XMSS_WOTS_Signature_Operation()=default
std::vector< T, secure_allocator< T >> secure_vector
XMSS_WOTS_Signature_Operation(const XMSS_WOTS_Addressed_PrivateKey &private_key)
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