|
purify
C++ Purify implementation with native circuit and BPP support
|
Data Fields | |
| secp256k1_scratch * | scratch |
| size_t | depth |
| size_t | checkpoints [32] |
| struct purify_bulletproof_scratch_frames * | next |
Definition at line 15 of file scratch_frames.c.
| size_t purify_bulletproof_scratch_frames::checkpoints[32] |
Definition at line 18 of file scratch_frames.c.
Referenced by secp256k1_scratch_allocate_frame(), and secp256k1_scratch_deallocate_frame().
| size_t purify_bulletproof_scratch_frames::depth |
Definition at line 17 of file scratch_frames.c.
Referenced by secp256k1_scratch_allocate_frame(), and secp256k1_scratch_deallocate_frame().
| struct purify_bulletproof_scratch_frames* purify_bulletproof_scratch_frames::next |
Definition at line 19 of file scratch_frames.c.
Referenced by purify_bulletproof_scratch_frames_find(), secp256k1_scratch_allocate_frame(), and secp256k1_scratch_deallocate_frame().
| secp256k1_scratch* purify_bulletproof_scratch_frames::scratch |
Definition at line 16 of file scratch_frames.c.
Referenced by purify_bulletproof_scratch_frames_find(), secp256k1_scratch_allocate_frame(), and secp256k1_scratch_deallocate_frame().