Botan
1.11.15
|
#include <botan/internal/pk_utils.h>
#include <botan/gost_3410.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
Botan::BOTAN_REGISTER_PK_SIGNATURE_OP ("GOST-34.10", GOST_3410_Signature_Operation) | |
Botan::BOTAN_REGISTER_PK_VERIFY_OP ("GOST-34.10", GOST_3410_Verification_Operation) |
const PointGFp& base_point |
Definition at line 114 of file gost_3410.cpp.
const BigInt& order |
Definition at line 115 of file gost_3410.cpp.
const PointGFp& public_point |
Definition at line 173 of file gost_3410.cpp.
const BigInt& x |
Definition at line 116 of file gost_3410.cpp.