Botan
1.10.9
|
#include <ecdsa.h>
Public Member Functions | |
ECDSA_Verification_Operation (const ECDSA_PublicKey &ecdsa) | |
size_t | max_input_bits () const |
size_t | message_part_size () const |
size_t | message_parts () const |
bool | verify (const byte msg[], size_t msg_len, const byte sig[], size_t sig_len) |
virtual SecureVector< byte > | verify_mr (const byte[], size_t) |
bool | with_recovery () const |
Botan::ECDSA_Verification_Operation::ECDSA_Verification_Operation | ( | const ECDSA_PublicKey & | ecdsa | ) |
|
inlinevirtual |
Get the maximum message size in bits supported by this public key.
Implements Botan::PK_Ops::Verification.
Definition at line 124 of file ecdsa.h.
|
inlinevirtual |
Find out the message part size supported by this scheme/key.
Reimplemented from Botan::PK_Ops::Verification.
Definition at line 123 of file ecdsa.h.
|
inlinevirtual |
Find out the number of message parts supported by this scheme.
Reimplemented from Botan::PK_Ops::Verification.
|
virtual |
Reimplemented from Botan::PK_Ops::Verification.
Definition at line 72 of file ecdsa.cpp.
References Botan::BigInt::bytes(), Botan::PointGFp::get_affine_x(), Botan::inverse_mod(), Botan::PointGFp::is_zero(), Botan::multi_exponentiate(), r, and s.
|
inlinevirtualinherited |
Reimplemented in Botan::RSA_Public_Operation, Botan::RW_Verification_Operation, and Botan::NR_Verification_Operation.
|
inlinevirtual |
Implements Botan::PK_Ops::Verification.