botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
KeyAgreement
botan
pubkey
pk_ops
A generic key agreement Operation (eg DH or ECDH)
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
interface
KeyAgreement {
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len);
}
Members
Functions
agree
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len)
Undocumented in source.
Meta
Source
See Implementation
botan
pubkey
pk_ops
interfaces
Decryption
Encryption
KeyAgreement
Signature
Verification
A generic key agreement Operation (eg DH or ECDH)