Decryption with an MR algorithm and an EME.
Encryption with an MR algorithm and an EME.
Key used for key agreement
Enum marking if protection against fault attacks should be used
The two types of signature format supported by Botan.
Encoding Method for Signatures, Appendix
Public Key Decryptor
Public Key Encryptor
Public Key Signer. Use the signMessage() functions for small messages. Use multiple calls update() to process large messages and generate the signature by finally calling signature().
Public Key Verifier. Use the verifyMessage() functions for small messages. Use multiple calls update() to process large messages and verify the signature by finally calling checkSignature().
Public Key Interface