Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::EC_AffinePoint, including all inherited members.
_from_inner(std::unique_ptr< EC_AffinePoint_Data > inner) | Botan::EC_AffinePoint | static |
_group() const | Botan::EC_AffinePoint | |
_inner() const | Botan::EC_AffinePoint | inline |
deserialize(const EC_Group &group, std::span< const uint8_t > bytes) | Botan::EC_AffinePoint | static |
EC_AffinePoint(const EC_Group &group, std::span< const uint8_t > bytes) | Botan::EC_AffinePoint | |
EC_AffinePoint(const EC_AffinePoint &other) | Botan::EC_AffinePoint | |
EC_AffinePoint(EC_AffinePoint &&other) noexcept | Botan::EC_AffinePoint | |
EC_AffinePoint(const EC_Group &group, const EC_Point &pt) | Botan::EC_AffinePoint | |
EC_Mul2Table class | Botan::EC_AffinePoint | friend |
field_element_bytes() const | Botan::EC_AffinePoint | |
from_bigint_xy(const EC_Group &group, const BigInt &x, const BigInt &y) | Botan::EC_AffinePoint | static |
g_mul(const EC_Scalar &scalar, RandomNumberGenerator &rng, std::vector< BigInt > &ws) | Botan::EC_AffinePoint | static |
generator(const EC_Group &group) | Botan::EC_AffinePoint | static |
hash_to_curve_nu(const EC_Group &group, std::string_view hash_fn, std::span< const uint8_t > input, std::span< const uint8_t > domain_sep) | Botan::EC_AffinePoint | static |
hash_to_curve_ro(const EC_Group &group, std::string_view hash_fn, std::span< const uint8_t > input, std::span< const uint8_t > domain_sep) | Botan::EC_AffinePoint | static |
identity(const EC_Group &group) | Botan::EC_AffinePoint | static |
is_identity() const | Botan::EC_AffinePoint | |
mul(const EC_Scalar &scalar, RandomNumberGenerator &rng, std::vector< BigInt > &ws) const | Botan::EC_AffinePoint | |
operator=(const EC_AffinePoint &other) | Botan::EC_AffinePoint | |
operator=(EC_AffinePoint &&other) noexcept | Botan::EC_AffinePoint | |
serialize_compressed() const | Botan::EC_AffinePoint | inline |
serialize_compressed_to(std::span< uint8_t > bytes) const | Botan::EC_AffinePoint | |
serialize_uncompressed() const | Botan::EC_AffinePoint | inline |
serialize_uncompressed_to(std::span< uint8_t > bytes) const | Botan::EC_AffinePoint | |
serialize_x_to(std::span< uint8_t > bytes) const | Botan::EC_AffinePoint | |
serialize_xy_to(std::span< uint8_t > bytes) const | Botan::EC_AffinePoint | |
serialize_y_to(std::span< uint8_t > bytes) const | Botan::EC_AffinePoint | |
to_legacy_point() const | Botan::EC_AffinePoint | |
x_bytes() const | Botan::EC_AffinePoint | inline |
xy_bytes() const | Botan::EC_AffinePoint | inline |
y_bytes() const | Botan::EC_AffinePoint | inline |
~EC_AffinePoint() | Botan::EC_AffinePoint |