|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/ecc_key.h>Go to the source code of this file.
Classes | |
| class | Botan::SM2_PrivateKey |
| class | Botan::SM2_PublicKey |
Namespaces | |
| 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, const std::string &user_id, const EC_Group &domain, const PointGFp &pubkey) |
1.8.9.1