8 #ifndef BOTAN_KEYPAIR_CHECKS_H__     9 #define BOTAN_KEYPAIR_CHECKS_H__    11 #include <botan/pk_keys.h>    27                              const Private_Key& key,
    28                              const std::string& padding);
    40                             const Private_Key& key,
    41                             const std::string& padding);
 bool signature_consistency_check(RandomNumberGenerator &rng, const Private_Key &key, const std::string &padding)
bool encryption_consistency_check(RandomNumberGenerator &rng, const Private_Key &key, const std::string &padding)