Botan
1.11.15
|
#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 |
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().
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().