8 #ifndef BOTAN_DL_ALGO_H_
9 #define BOTAN_DL_ALGO_H_
11 #include <botan/dl_group.h>
12 #include <botan/pk_keys.h>
26 std::vector<uint8_t> public_key_bits()
const override;
69 size_t key_length()
const override;
70 size_t estimated_strength()
const override;
84 const std::vector<uint8_t>& key_bits,
const BigInt & get_x() const
const BigInt & group_q() const
#define BOTAN_PUBLIC_API(maj, min)
const BigInt & group_p() const
const BigInt & get_y() const
std::vector< T, secure_allocator< T >> secure_vector
const DL_Group & get_domain() const
const DL_Group & get_group() const
const BigInt & group_g() const