Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/sp_fors.h>
#include <botan/assert.h>
#include <botan/hash.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_types.h>
#include <botan/internal/stl_util.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
SphincsTreeNode | Botan::fors_public_key_from_signature (const SphincsHashedMessage &hashed_message, StrongSpan< const ForsSignature > signature, const Sphincs_Address &address, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hash) |
FIPS 205, Algorithm 17: fors_pkFromSig. | |
SphincsTreeNode | Botan::fors_sign_and_pkgen (StrongSpan< ForsSignature > sig_out, const SphincsHashedMessage &hashed_message, const SphincsSecretSeed &secret_seed, const Sphincs_Address &address, const Sphincs_Parameters ¶ms, Sphincs_Hash_Functions &hashes) |
FIPS 205, Algorithm 16: fors_sign (with simultaneous FORS pk generation) | |