DHKAOperation

DH operation

Constructors

this
this(PrivateKey pkey, RandomNumberGenerator rng)
Undocumented in source.
this
this(DHPrivateKey pkey, RandomNumberGenerator rng)
Undocumented in source.
this
this(DLSchemePrivateKey dh, RandomNumberGenerator rng)
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