Decryption

Public key decryption interface

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
interface Decryption {}

Members

Functions

decrypt
SecureVector!ubyte decrypt(const(ubyte)* msg, size_t msg_len)
Undocumented in source.
maxInputBits
size_t maxInputBits()
Undocumented in source.

Meta