|
Botan 3.9.0
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 |
| add(const EC_AffinePoint &q) const | Botan::EC_AffinePoint | |
| 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_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) | Botan::EC_AffinePoint | static |
| g_mul(const EC_Scalar &scalar, RandomNumberGenerator &rng, std::vector< BigInt > &) | Botan::EC_AffinePoint | inlinestatic |
| 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_nu(const EC_Group &group, std::string_view hash_fn, std::span< const uint8_t > input, std::string_view 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 |
| hash_to_curve_ro(const EC_Group &group, std::string_view hash_fn, std::span< const uint8_t > input, std::string_view 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) const | Botan::EC_AffinePoint | |
| mul(const EC_Scalar &scalar, RandomNumberGenerator &rng, std::vector< BigInt > &) const | Botan::EC_AffinePoint | inline |
| mul_px_qy(const EC_AffinePoint &p, const EC_Scalar &x, const EC_AffinePoint &q, const EC_Scalar &y, RandomNumberGenerator &rng) | Botan::EC_AffinePoint | static |
| mul_x_only(const EC_Scalar &scalar, RandomNumberGenerator &rng) const | Botan::EC_AffinePoint | |
| mul_x_only(const EC_Scalar &scalar, RandomNumberGenerator &rng, std::vector< BigInt > &) const | Botan::EC_AffinePoint | inline |
| negate() const | Botan::EC_AffinePoint | |
| operator!=(const EC_AffinePoint &other) const | Botan::EC_AffinePoint | inline |
| operator=(const EC_AffinePoint &other) | Botan::EC_AffinePoint | |
| operator=(EC_AffinePoint &&other) noexcept | Botan::EC_AffinePoint | |
| operator==(const EC_AffinePoint &other) const | Botan::EC_AffinePoint | |
| serialize(EC_Point_Format format) const | 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 | |
| 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 |