|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/eckcdsa.h>#include <botan/internal/pk_ops_impl.h>#include <botan/internal/point_mul.h>#include <botan/keypair.h>#include <botan/reducer.h>#include <botan/emsa.h>#include <botan/hash.h>#include <botan/rng.h>Go to the source code of this file.
Namespaces | |
| Botan | |
| const EC_Group m_group |
Definition at line 71 of file eckcdsa.cpp.
| const PointGFp_Multi_Point_Precompute m_gy_mul |
Definition at line 141 of file eckcdsa.cpp.
| secure_vector<uint8_t> m_prefix |
Definition at line 73 of file eckcdsa.cpp.
| std::vector<BigInt> m_ws |
Definition at line 74 of file eckcdsa.cpp.
| const BigInt& m_x |
Definition at line 72 of file eckcdsa.cpp.
1.8.9.1