|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/keypair.h>#include <botan/pubkey.h>#include <botan/rng.h>Go to the source code of this file.
Namespaces | |
| Botan | |
| Botan::KeyPair | |
Functions | |
| bool | Botan::KeyPair::encryption_consistency_check (RandomNumberGenerator &rng, const Private_Key &private_key, const Public_Key &public_key, const std::string &padding) |
| bool | Botan::KeyPair::signature_consistency_check (RandomNumberGenerator &rng, const Private_Key &private_key, const Public_Key &public_key, const std::string &padding) |
1.8.9.1