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

const PointGFp& m_base_point

Definition at line 66 of file ecdsa.cpp.

Referenced by Botan::EC_Group::get_base_point(), and Botan::EC_Group::initialized().

std::string m_emsa

Definition at line 69 of file ecdsa.cpp.

Modular_Reducer m_mod_order

Definition at line 68 of file ecdsa.cpp.

const BigInt& m_order

Definition at line 65 of file ecdsa.cpp.

const PointGFp& m_public_point

Definition at line 120 of file ecdsa.cpp.

const BigInt& m_x

Definition at line 67 of file ecdsa.cpp.