Botan 3.3.0
Crypto and TLS for C&
Namespaces | Functions
keypair.h File Reference

Internal Header. More...

#include <botan/pk_keys.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 
namespace  Botan::KeyPair
 

Functions

bool Botan::KeyPair::encryption_consistency_check (RandomNumberGenerator &rng, const Private_Key &key, std::string_view padding)
 
bool Botan::KeyPair::encryption_consistency_check (RandomNumberGenerator &rng, const Private_Key &private_key, const Public_Key &public_key, std::string_view padding)
 
bool Botan::KeyPair::signature_consistency_check (RandomNumberGenerator &rng, const Private_Key &key, std::string_view padding)
 
bool Botan::KeyPair::signature_consistency_check (RandomNumberGenerator &rng, const Private_Key &private_key, const Public_Key &public_key, std::string_view padding)
 

Detailed Description

Internal Header.

Definition in file keypair.h.