Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/sp_wots.h>
#include <botan/internal/sp_hash.h>
#include <botan/internal/stl_util.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
std::vector< WotsHashIndex > | Botan::chain_lengths (const SphincsTreeNode &msg, const Sphincs_Parameters ¶ms) |
WotsPublicKey | Botan::wots_public_key_from_signature (const SphincsTreeNode &hashed_message, StrongSpan< const WotsSignature > signature, Sphincs_Address &address, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes) |
FIPS 205, Algorithm 8: wots_pkFromSig. | |
void | Botan::wots_sign_and_pkgen (StrongSpan< WotsSignature > sig_out, StrongSpan< SphincsTreeNode > leaf_out, const SphincsSecretSeed &secret_seed, TreeNodeIndex leaf_idx, std::optional< TreeNodeIndex > sign_leaf_idx, const std::vector< WotsHashIndex > &wots_steps, Sphincs_Address &leaf_addr, Sphincs_Address &pk_addr, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes) |
FIPS 205, Algorithm 6 and 7: wots_pkGen and wots_sign. | |