botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
Curve25519KAOperation
botan
pubkey
algo
curve25519
Curve25519 operation
final
static if
(
BOTAN_HAS_CURVE25519
)
class
Curve25519KAOperation :
KeyAgreement
{
this
(PrivateKey pkey);
this
(Curve25519PrivateKeyImpl pkey);
this
(Curve25519PrivateKey pkey);
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len);
}
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
Source
See Implementation
botan
pubkey
algo
curve25519
classes
Curve25519KAOperation
Curve25519PrivateKeyImpl
Curve25519PublicKeyImpl
structs
Curve25519PrivateKey
Curve25519PublicKey
Curve25519 operation