Curve25519KAOperation

Curve25519 operation

Constructors

this
this(PrivateKey pkey)
Undocumented in source.
this
this(Curve25519PrivateKeyImpl pkey)
Undocumented in source.
this
this(Curve25519PrivateKey pkey)
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