|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <point.hpp>
Public Member Functions | |
| Point | to_point () const noexcept |
Static Public Member Functions | |
| static CTJacobianPoint | from_point (const Point &p) noexcept |
| static CTJacobianPoint | make_infinity () noexcept |
Public Attributes | |
| FE52 | x |
| FE52 | y |
| FE52 | z |
| std::uint64_t | infinity |
|
staticnoexcept |
|
staticnoexcept |
Referenced by secp256k1::ct::CTAffinePoint::from_point().
|
noexcept |