|
UltrafastSecp256k1 3.68.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <zk.hpp>
Public Attributes | |
| fast::Point | A |
| fast::Point | S |
| fast::Point | T1 |
| fast::Point | T2 |
| fast::Scalar | tau_x |
| fast::Scalar | mu |
| fast::Scalar | t_hat |
| std::array< fast::Point, RANGE_PROOF_LOG2 > | L |
| std::array< fast::Point, RANGE_PROOF_LOG2 > | R |
| fast::Scalar | a |
| fast::Scalar | b |
| fast::Point secp256k1::zk::RangeProof::A |
| fast::Scalar secp256k1::zk::RangeProof::a |
| fast::Scalar secp256k1::zk::RangeProof::b |
| std::array<fast::Point, RANGE_PROOF_LOG2> secp256k1::zk::RangeProof::L |
| fast::Scalar secp256k1::zk::RangeProof::mu |
| std::array<fast::Point, RANGE_PROOF_LOG2> secp256k1::zk::RangeProof::R |
| fast::Point secp256k1::zk::RangeProof::S |
| fast::Point secp256k1::zk::RangeProof::T1 |
| fast::Point secp256k1::zk::RangeProof::T2 |
| fast::Scalar secp256k1::zk::RangeProof::t_hat |
| fast::Scalar secp256k1::zk::RangeProof::tau_x |