|
purify
C++ Purify implementation with native circuit and BPP support
|
#include <circuit_compress_impl.h>
Data Fields | |
| secp256k1_scalar * | l1 |
| secp256k1_scalar * | l3 |
| secp256k1_scalar * | r0 |
| secp256k1_scalar * | r1 |
| secp256k1_scalar * | r3 |
| secp256k1_scalar * | wv |
| secp256k1_scalar * | zn |
Definition at line 21 of file circuit_compress_impl.h.
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::l1 |
Definition at line 23 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_circuit_abgh_callback(), secp256k1_bulletproof_pf_compress_circuit(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::l3 |
Definition at line 25 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_circuit_abgh_callback(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::r0 |
Definition at line 26 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_circuit_abgh_callback(), secp256k1_bulletproof_pf_compress_circuit(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::r1 |
Definition at line 27 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_circuit_abgh_callback(), secp256k1_bulletproof_pf_compress_circuit(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::r3 |
Definition at line 29 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_circuit_abgh_callback(), secp256k1_bulletproof_pf_compress_circuit(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::wv |
Definition at line 30 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_pf_compress_circuit(), secp256k1_bulletproof_pf_slsr(), and secp256k1_bulletproof_relation66_prove_impl().
| secp256k1_scalar* secp256k1_bulletproof_pf_compressed_circuit::zn |
Definition at line 31 of file circuit_compress_impl.h.
Referenced by secp256k1_bulletproof_pf_compress_circuit(), and secp256k1_bulletproof_pf_slsr().