Botan
2.19.1
Crypto and TLS for C++11
|
#include <botan/sm2.h>
#include <botan/internal/pk_ops_impl.h>
#include <botan/internal/point_mul.h>
#include <botan/loadstor.h>
#include <botan/numthry.h>
#include <botan/keypair.h>
#include <botan/hash.h>
#include <botan/parsing.h>
Go to the source code of this file.
Namespaces | |
Botan | |
Functions | |
std::vector< uint8_t > | Botan::sm2_compute_za (HashFunction &hash, const std::string &user_id, const EC_Group &domain, const PointGFp &pubkey) |
const BigInt& m_da_inv |
Definition at line 129 of file sm2.cpp.
Referenced by Botan::SM2_PrivateKey::get_da_inv().