8 #ifndef BOTAN_ENGINE_GMP_H__
9 #define BOTAN_ENGINE_GMP_H__
11 #include <botan/engine.h>
PK_Ops::Encryption * get_encryption_op(const Public_Key &key) const
PK_Ops::Verification * get_verify_op(const Public_Key &key) const
PK_Ops::Signature * get_signature_op(const Private_Key &key) const
PK_Ops::Decryption * get_decryption_op(const Private_Key &key) const
Modular_Exponentiator * mod_exp(const BigInt &, Power_Mod::Usage_Hints) const
std::string provider_name() const
PK_Ops::Key_Agreement * get_key_agreement_op(const Private_Key &key) const