|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <point.hpp>
Static Public Member Functions | |
| static CTAffinePoint | make_infinity () noexcept |
| static CTAffinePoint | from_point (const Point &p) noexcept |
Public Attributes | |
| FE52 | x |
| FE52 | y |
| std::uint64_t | infinity |
|
inlinestaticnoexcept |
|
inlinestaticnoexcept |
| std::uint64_t secp256k1::ct::CTAffinePoint::infinity |
Definition at line 67 of file point.hpp.
Referenced by from_point(), and make_infinity().
| FE52 secp256k1::ct::CTAffinePoint::x |
Definition at line 65 of file point.hpp.
Referenced by from_point(), and make_infinity().
| FE52 secp256k1::ct::CTAffinePoint::y |
Definition at line 66 of file point.hpp.
Referenced by from_point(), and make_infinity().