ECDHKAOperation

ECDH operation

Constructors

this
this(PrivateKey pkey)
Undocumented in source.
this
this(ECDHPrivateKey pkey)
Undocumented in source.
this
this(ECPrivateKey key)
Undocumented in source.

Members

Functions

agree
SecureVector!ubyte agree(const(ubyte)* w, size_t w_len)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From KeyAgreement

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

Meta