Botan 3.4.0
Crypto and TLS for C&
Namespaces | Functions
sp_hypertree.h File Reference

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 &params, Sphincs_Hash_Functions &hashes)
 
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 &params, Sphincs_Hash_Functions &hashes)
 

Detailed Description

Internal Header.

Definition in file sp_hypertree.h.