KeyAgreement

A generic key agreement Operation (eg DH or ECDH)

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
interface KeyAgreement {}

Members

Functions

agree
SecureVector!ubyte agree(const(ubyte)* w, size_t w_len)
Undocumented in source.

Meta