Botan 3.5.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/ecc_key.h>
Go to the source code of this file.
Classes | |
class | Botan::SM2_PrivateKey |
class | Botan::SM2_PublicKey |
Namespaces | |
namespace | Botan |
Typedefs | |
typedef SM2_PrivateKey | Botan::SM2_Encryption_PrivateKey |
typedef SM2_PublicKey | Botan::SM2_Encryption_PublicKey |
typedef SM2_PrivateKey | Botan::SM2_Signature_PrivateKey |
typedef SM2_PublicKey | Botan::SM2_Signature_PublicKey |
Functions | |
std::vector< uint8_t > | Botan::sm2_compute_za (HashFunction &hash, std::string_view user_id, const EC_Group &domain, const EC_Point &pubkey) |
Public Header.
Definition in file sm2.h.