Botan 3.6.1
Crypto and TLS for C&
|
#include <botan/internal/lm_ots.h>
#include <botan/exceptn.h>
#include <botan/strong_type.h>
#include <botan/internal/bit_ops.h>
#include <botan/internal/ct_utils.h>
#include <botan/internal/hss_lms_utils.h>
#include <botan/internal/int_utils.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
LMOTS_K | Botan::lmots_compute_pubkey_from_sig (const LMOTS_Signature &sig, const LMS_Message &msg, const LMS_Identifier &identifier, LMS_Tree_Node_Idx q) |
Compute a public key candidate for an OTS-signature-message pair and the OTS instance parameters. | |