11#ifndef BOTAN_SP_XMSS_H_
12#define BOTAN_SP_XMSS_H_
14#include <botan/internal/sp_types.h>
21class Sphincs_Hash_Functions;
22class Sphincs_Parameters;
39 Sphincs_Address& wots_addr,
40 Sphincs_Address& tree_addr,
41 std::optional<TreeNodeIndex> idx_leaf,
42 const Sphincs_Parameters& params,
43 Sphincs_Hash_Functions& hashes);
51 Sphincs_Hash_Functions& hashes);
Strong< std::vector< uint8_t >, struct SphincsTreeNode_ > SphincsTreeNode
Either an XMSS or FORS tree node or leaf.
SphincsTreeNode xmss_gen_root(const Sphincs_Parameters ¶ms, const SphincsSecretSeed &secret_seed, Sphincs_Hash_Functions &hashes)
Strong< secure_vector< uint8_t >, struct SphincsSecretSeed_ > SphincsSecretSeed
SphincsTreeNode xmss_sign_and_pkgen(StrongSpan< SphincsXmssSignature > out_sig, const SphincsTreeNode &message, const SphincsSecretSeed &secret_seed, Sphincs_Address &wots_addr, Sphincs_Address &tree_addr, std::optional< TreeNodeIndex > idx_leaf, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes)
FIPS 205, Algorithm 10: xmss_sign.