Botan 3.9.0
Crypto and TLS for C&
sp_xmss.h File Reference

Internal Header. More...

#include <botan/internal/sp_types.h>
#include <optional>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

SphincsTreeNode Botan::xmss_gen_root (const Sphincs_Parameters &params, const SphincsSecretSeed &secret_seed, Sphincs_Hash_Functions &hashes)
SphincsTreeNode Botan::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 &params, Sphincs_Hash_Functions &hashes)
 FIPS 205, Algorithm 10: xmss_sign.

Detailed Description

Internal Header.

Definition in file sp_xmss.h.