Botan  2.19.1
Crypto and TLS for C++11
Namespaces
ecdsa.cpp File Reference
#include <botan/ecdsa.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>

Go to the source code of this file.

Namespaces

 Botan
 

Variable Documentation

BigInt m_b

Definition at line 165 of file ecdsa.cpp.

BigInt m_b_inv

Definition at line 165 of file ecdsa.cpp.

const EC_Group m_group

Definition at line 156 of file ecdsa.cpp.

const PointGFp_Multi_Point_Precompute m_gy_mul

Definition at line 225 of file ecdsa.cpp.

std::vector<BigInt> m_ws

Definition at line 163 of file ecdsa.cpp.

const BigInt& m_x

Definition at line 157 of file ecdsa.cpp.