botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
ECDHKAOperation
botan
pubkey
algo
ecdh
ECDH operation
final
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_ECDH
)
class
ECDHKAOperation :
KeyAgreement
{
this
(PrivateKey pkey);
this
(ECDHPrivateKey pkey);
this
(ECPrivateKey key);
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len);
}
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
Source
See Implementation
botan
pubkey
algo
ecdh
classes
ECDHKAOperation
functions
testEcdhDerDerivation
testEcdhNormalDerivation
testEcdhSomeDp
structs
ECDHOptions
ECDHPrivateKey
ECDHPublicKey
variables
total_tests
ECDH operation