Botan 3.6.1
Crypto and TLS for C&
|
#include <kyber_types.h>
Public Attributes | |
std::optional< KyberSeedRandomness > | d |
KyberImplicitRejectionValue | z |
NIST FIPS 203, Section 3 The seed (𝑑,𝑧) generated in steps 1 and 2 of ML-KEM.KeyGen can be stored for later expansion using ML-KEM.KeyGen_internal.
Definition at line 79 of file kyber_types.h.
std::optional<KyberSeedRandomness> Botan::KyberPrivateKeySeed::d |
Definition at line 80 of file kyber_types.h.
Referenced by Botan::Kyber_PrivateKeyInternal::_const_time_poison(), Botan::Kyber_PrivateKeyInternal::_const_time_unpoison(), and Botan::Kyber_Algos::expand_keypair().
KyberImplicitRejectionValue Botan::KyberPrivateKeySeed::z |
Definition at line 81 of file kyber_types.h.
Referenced by Botan::Kyber_PrivateKeyInternal::_const_time_poison(), Botan::Kyber_PrivateKeyInternal::_const_time_unpoison(), and Botan::Kyber_PrivateKeyInternal::z().