Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::PointGFp, including all inherited members.
add(const PointGFp &other, std::vector< BigInt > &workspace) | Botan::PointGFp | inline |
add(const word x_words[], size_t x_size, const word y_words[], size_t y_size, const word z_words[], size_t z_size, std::vector< BigInt > &workspace) | Botan::PointGFp | |
add_affine(const PointGFp &other, std::vector< BigInt > &workspace) | Botan::PointGFp | inline |
add_affine(const word x_words[], size_t x_size, const word y_words[], size_t y_size, std::vector< BigInt > &workspace) | Botan::PointGFp | |
COMPRESSED enum value | Botan::PointGFp | |
Compression_Type enum name | Botan::PointGFp | |
double_of(std::vector< BigInt > &workspace) const | Botan::PointGFp | inline |
encode(PointGFp::Compression_Type format) const | Botan::PointGFp | |
force_affine() | Botan::PointGFp | |
force_all_affine(std::vector< PointGFp > &points, secure_vector< word > &ws) | Botan::PointGFp | static |
get_affine_x() const | Botan::PointGFp | |
get_affine_y() const | Botan::PointGFp | |
get_curve() const | Botan::PointGFp | inline |
get_x() const | Botan::PointGFp | inline |
get_y() const | Botan::PointGFp | inline |
get_z() const | Botan::PointGFp | inline |
HYBRID enum value | Botan::PointGFp | |
is_affine() const | Botan::PointGFp | |
is_zero() const | Botan::PointGFp | inline |
mult2(std::vector< BigInt > &workspace) | Botan::PointGFp | |
mult2i(size_t i, std::vector< BigInt > &workspace) | Botan::PointGFp | |
negate() | Botan::PointGFp | inline |
on_the_curve() const | Botan::PointGFp | |
operator*=(const BigInt &scalar) | Botan::PointGFp | |
operator+=(const PointGFp &rhs) | Botan::PointGFp | |
operator-=(const PointGFp &rhs) | Botan::PointGFp | |
operator=(const PointGFp &)=default | Botan::PointGFp | |
operator=(PointGFp &&other) | Botan::PointGFp | inline |
operator==(const PointGFp &other) const | Botan::PointGFp | |
plus(const PointGFp &other, std::vector< BigInt > &workspace) const | Botan::PointGFp | inline |
PointGFp()=default | Botan::PointGFp | |
PointGFp(const CurveGFp &curve) | Botan::PointGFp | explicit |
PointGFp(const PointGFp &)=default | Botan::PointGFp | |
PointGFp(PointGFp &&other) | Botan::PointGFp | inline |
PointGFp(const CurveGFp &curve, const BigInt &x, const BigInt &y) | Botan::PointGFp | |
randomize_repr(RandomNumberGenerator &rng) | Botan::PointGFp | |
randomize_repr(RandomNumberGenerator &rng, secure_vector< word > &ws) | Botan::PointGFp | |
swap(PointGFp &other) | Botan::PointGFp | |
swap_coords(BigInt &new_x, BigInt &new_y, BigInt &new_z) | Botan::PointGFp | inline |
UNCOMPRESSED enum value | Botan::PointGFp | |
WORKSPACE_SIZE enum value | Botan::PointGFp | |
zero() const | Botan::PointGFp | inline |