Botan 3.9.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/bigint.h>
#include <memory>
#include <string_view>
Go to the source code of this file.
Classes | |
class | Botan::DL_Group |
Namespaces | |
namespace | Botan |
Enumerations | |
enum class | Botan::DL_Group_Format : uint8_t { Botan::ANSI_X9_42 = 0 , Botan::ANSI_X9_57 = 1 , Botan::PKCS_3 = 2 , Botan::DSA_PARAMETERS = ANSI_X9_57 , Botan::DH_PARAMETERS = ANSI_X9_42 , Botan::ANSI_X9_42_DH_PARAMETERS = ANSI_X9_42 , Botan::PKCS3_DH_PARAMETERS = PKCS_3 } |
enum class | Botan::DL_Group_Source : uint8_t { Botan::Builtin , Botan::RandomlyGenerated , Botan::ExternalSource } |
Public Header.
Definition in file dl_group.h.