Botan 3.6.1
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/internal/sp_types.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. | |
Internal Header.
Definition in file sp_hypertree.h.