10#ifndef BOTAN_GOST_3410_KEY_H_
11#define BOTAN_GOST_3410_KEY_H_
13#include <botan/ecc_key.h>
31#if defined(BOTAN_HAS_LEGACY_EC_POINT)
45 GOST_3410_PublicKey(
const AlgorithmIdentifier& alg_id, std::span<const uint8_t> key_bits);
68 std::string_view provider)
const override;
71 std::string_view provider)
const override;
118 std::unique_ptr<
Public_Key> public_key() const override;
123 std::string_view params,
124 std::string_view provider)
const override;
#define BOTAN_DEPRECATED_HEADER(hdr)
#define BOTAN_DIAGNOSTIC_POP
#define BOTAN_DIAGNOSTIC_PUSH
#define BOTAN_DIAGNOSTIC_IGNORE_INHERITED_VIA_DOMINANCE
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_DEPRECATED(msg)
virtual std::string algo_name() const =0
virtual std::unique_ptr< Private_Key > generate_another(RandomNumberGenerator &rng) const =0
size_t get_order_bytes() const
const EC_Group & domain() const
AlgorithmIdentifier algorithm_identifier() const override
std::vector< uint8_t > public_key_bits() const override
GOST_3410_PrivateKey(const AlgorithmIdentifier &alg_id, std::span< const uint8_t > key_bits)
Signature_Format _default_x509_signature_format() const override
GOST_3410_PublicKey()=default
bool supports_operation(PublicKeyOperation op) const override
std::optional< size_t > _signature_element_size_for_DER_encoding() const override
GOST_3410_PublicKey(const EC_Group &group, const EC_AffinePoint &public_key)
virtual std::unique_ptr< PK_Ops::Verification > create_verification_op(std::string_view params, std::string_view provider) const
virtual std::unique_ptr< PK_Ops::Verification > create_x509_verification_op(const AlgorithmIdentifier &signature_algorithm, std::string_view provider) const
int(* final)(unsigned char *, CTX *)