botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
DHKAOperation
botan
pubkey
algo
dh
DH operation
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_DIFFIE_HELLMAN
)
class
DHKAOperation :
KeyAgreement
{
this
(PrivateKey pkey, RandomNumberGenerator rng);
this
(DHPrivateKey pkey, RandomNumberGenerator rng);
this
(DLSchemePrivateKey dh, RandomNumberGenerator rng);
SecureVector
!
ubyte
agree
(const(ubyte)* w, size_t w_len);
}
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
Source
See Implementation
botan
pubkey
algo
dh
classes
DHKAOperation
functions
dhSigKat
testPkKeygen
structs
DHOptions
DHPrivateKey
DHPublicKey
DH operation