|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/internal/sp_hypertree.h>#include <botan/sp_parameters.h>#include <botan/internal/sp_address.h>#include <botan/internal/sp_hash.h>#include <botan/internal/sp_treehash.h>#include <botan/internal/sp_wots.h>#include <botan/internal/sp_xmss.h>#include <botan/internal/stl_util.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| void | Botan::ht_sign (StrongSpan< SphincsHypertreeSignature > out_sig, const SphincsTreeNode &message_to_sign, const SphincsSecretSeed &secret_seed, XmssTreeIndexInLayer tree_index_in_layer, TreeNodeIndex idx_leaf, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes) |
| FIPS 205, Algorithm 12: ht_sign. | |
| bool | Botan::ht_verify (const SphincsTreeNode &signed_msg, StrongSpan< const SphincsHypertreeSignature > ht_sig, const SphincsTreeNode &pk_root, XmssTreeIndexInLayer tree_index_in_layer, TreeNodeIndex idx_leaf, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes) |
| FIPS 205, Algorithm 13: ht_verify. | |