botan.pubkey.algo.ecdh

ECDH

Public Imports

botan.pubkey.pubkey
public import botan.pubkey.pubkey;
Undocumented in source.

Members

Classes

ECDHKAOperation
class ECDHKAOperation

ECDH operation

Functions

testEcdhDerDerivation
size_t testEcdhDerDerivation(RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
testEcdhNormalDerivation
size_t testEcdhNormalDerivation(RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.
testEcdhSomeDp
size_t testEcdhSomeDp(RandomNumberGenerator rng)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ECDHOptions
struct ECDHOptions
Undocumented in source.
ECDHPrivateKey
struct ECDHPrivateKey

This class represents ECDH Private Keys.

ECDHPublicKey
struct ECDHPublicKey

This class represents ECDH Public Keys.

Variables

total_tests
shared(size_t) total_tests;
Undocumented in source.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)