Botan  1.11.15
Namespaces
src/lib/pubkey/ecdsa/ecdsa.cpp File Reference
#include <botan/internal/pk_utils.h>
#include <botan/ecdsa.h>
#include <botan/reducer.h>
#include <botan/keypair.h>
#include <botan/rfc6979.h>

Go to the source code of this file.

Namespaces

namespace  Botan

Variable Documentation

const PointGFp& base_point

Definition at line 58 of file ecdsa.cpp.

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

std::string m_hash

Definition at line 62 of file ecdsa.cpp.

Modular_Reducer mod_order

Definition at line 61 of file ecdsa.cpp.

const BigInt& order

Definition at line 59 of file ecdsa.cpp.

Referenced by Botan::TLS::Policy::ciphersuite_list(), and Botan::EC_Group::get_order().

const PointGFp& public_point

Definition at line 112 of file ecdsa.cpp.

Referenced by Botan::ECDH_PublicKey::public_value().

const BigInt& x

Definition at line 60 of file ecdsa.cpp.