botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Decryption
botan
pubkey
pk_ops
Public key decryption interface
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
interface
Decryption {
size_t
maxInputBits
();
SecureVector
!
ubyte
decrypt
(const(ubyte)* msg, size_t msg_len);
}
Members
Functions
decrypt
SecureVector
!
ubyte
decrypt
(const(ubyte)* msg, size_t msg_len)
Undocumented in source.
maxInputBits
size_t
maxInputBits
()
Undocumented in source.
Meta
Source
See Implementation
botan
pubkey
pk_ops
interfaces
Decryption
Encryption
KeyAgreement
Signature
Verification
Public key decryption interface