10 #ifndef BOTAN_ECDH_KEY_H__
11 #define BOTAN_ECDH_KEY_H__
13 #include <botan/ecc_key.h>
14 #include <botan/pk_ops.h>
MemoryVector< byte > public_value() const
SecureVector< byte > EC2OSP(const PointGFp &point, byte format)
ECDH_PublicKey(const AlgorithmIdentifier &alg_id, const MemoryRegion< byte > &key_bits)
RandomNumberGenerator * rng
ECDH_PrivateKey(const AlgorithmIdentifier &alg_id, const MemoryRegion< byte > &key_bits)
ECDH_PrivateKey(RandomNumberGenerator &rng, const EC_Group &domain, const BigInt &x=0)
ECDH_PublicKey(const EC_Group &dom_par, const PointGFp &public_point)
MemoryVector< byte > public_value() const
std::string algo_name() const
size_t max_input_bits() const