botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Encryption
botan
pubkey
pk_ops
Public key encryption interface
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
interface
Encryption {
size_t
maxInputBits
();
SecureVector
!
ubyte
encrypt
(const(ubyte)* msg, size_t msg_len, RandomNumberGenerator rng);
}
Members
Functions
encrypt
SecureVector
!
ubyte
encrypt
(const(ubyte)* msg, size_t msg_len, RandomNumberGenerator rng)
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 encryption interface