|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <precompute.hpp>
Public Member Functions | |
| bool | is_valid () const |
Public Attributes | |
| Scalar | k1 |
| Scalar | k2 |
| bool | neg1 |
| bool | neg2 |
| std::vector< int32_t > | wnaf1 |
| std::vector< int32_t > | wnaf2 |
| unsigned | window_bits |
Definition at line 175 of file precompute.hpp.
|
inline |
Definition at line 189 of file precompute.hpp.
References window_bits.
| Scalar secp256k1::fast::PrecomputedScalar::k1 |
Definition at line 177 of file precompute.hpp.
| Scalar secp256k1::fast::PrecomputedScalar::k2 |
Definition at line 178 of file precompute.hpp.
| bool secp256k1::fast::PrecomputedScalar::neg1 |
Definition at line 179 of file precompute.hpp.
| bool secp256k1::fast::PrecomputedScalar::neg2 |
Definition at line 180 of file precompute.hpp.
| unsigned secp256k1::fast::PrecomputedScalar::window_bits |
Definition at line 186 of file precompute.hpp.
Referenced by is_valid().
| std::vector<int32_t> secp256k1::fast::PrecomputedScalar::wnaf1 |
Definition at line 183 of file precompute.hpp.
| std::vector<int32_t> secp256k1::fast::PrecomputedScalar::wnaf2 |
Definition at line 184 of file precompute.hpp.