Botan 3.6.0
Crypto and TLS for C&
Botan::Kyber_Keypair_Codec Class Referenceabstract

#include <kyber_keys.h>

Inheritance diagram for Botan::Kyber_Keypair_Codec:
Botan::Kyber_Expanded_Keypair_Codec Botan::ML_KEM_Expanding_Keypair_Codec

Public Member Functions

virtual KyberInternalKeypair decode_keypair (std::span< const uint8_t > private_key, KyberConstants mode) const =0
 
virtual secure_vector< uint8_t > encode_keypair (KyberInternalKeypair keypair) const =0
 
virtual ~Kyber_Keypair_Codec ()=default
 

Detailed Description

Definition at line 22 of file kyber_keys.h.

Constructor & Destructor Documentation

◆ ~Kyber_Keypair_Codec()

virtual Botan::Kyber_Keypair_Codec::~Kyber_Keypair_Codec ( )
virtualdefault

Member Function Documentation

◆ decode_keypair()

virtual KyberInternalKeypair Botan::Kyber_Keypair_Codec::decode_keypair ( std::span< const uint8_t > private_key,
KyberConstants mode ) const
pure virtual

◆ encode_keypair()

virtual secure_vector< uint8_t > Botan::Kyber_Keypair_Codec::encode_keypair ( KyberInternalKeypair keypair) const
pure virtual

The documentation for this class was generated from the following file: