|
purify
C++ Purify implementation with native circuit and BPP support
|
Experimental masked circuit proof that hides the reduced witness before the final BPPP argument. More...
#include <bppp.hpp>
Data Fields | |
| PointBytes | a_commitment {} |
| Witness-only outer A commitment; verifiers re-anchor it to the public statement. | |
| PointBytes | s_commitment {} |
| ScalarBytes | t2 {} |
| Bytes | proof |
| PointBytes purify::bppp::ExperimentalCircuitZkNormArgProof::a_commitment {} |
Definition at line 259 of file bppp.hpp.
Referenced by purify::puresign_plusplus::NonceProof::serialize(), and purify::bppp::verify_experimental_circuit_zk_norm_arg_impl().
| Bytes purify::bppp::ExperimentalCircuitZkNormArgProof::proof |
Definition at line 262 of file bppp.hpp.
Referenced by purify::puresign_plusplus::NonceProof::serialize(), and purify::bppp::verify_experimental_circuit_zk_norm_arg_impl().
| PointBytes purify::bppp::ExperimentalCircuitZkNormArgProof::s_commitment {} |
Definition at line 260 of file bppp.hpp.
Referenced by purify::puresign_plusplus::NonceProof::serialize(), and purify::bppp::verify_experimental_circuit_zk_norm_arg_impl().
| ScalarBytes purify::bppp::ExperimentalCircuitZkNormArgProof::t2 {} |
Definition at line 261 of file bppp.hpp.
Referenced by purify::puresign_plusplus::NonceProof::serialize(), and purify::bppp::verify_experimental_circuit_zk_norm_arg_impl().