Botan 3.0.0-alpha0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/ecdh.h>
#include <botan/ec_group.h>
#include <botan/cipher_mode.h>
#include <botan/point_gfp.h>
#include <botan/pubkey.h>
#include <botan/secmem.h>
#include <botan/symkey.h>
#include <botan/mac.h>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Botan::ECIES_Decryptor |
class | Botan::ECIES_Encryptor |
class | Botan::ECIES_KA_Operation |
class | Botan::ECIES_KA_Params |
class | Botan::ECIES_System_Params |
Namespaces | |
namespace | Botan |
Enumerations | |
enum class | Botan::ECIES_Flags : uint32_t { Botan::NONE = 0 , Botan::SINGLE_HASH_MODE = 1 , Botan::COFACTOR_MODE = 2 , Botan::OLD_COFACTOR_MODE = 4 , Botan::CHECK_MODE = 8 } |
Functions | |
ECIES_Flags | Botan::operator& (ECIES_Flags a, ECIES_Flags b) |
ECIES_Flags | Botan::operator| (ECIES_Flags a, ECIES_Flags b) |
Public Header.
Definition in file ecies.h.