|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <types.hpp>
Public Types | |
| using | Proof = stdlib::Proof< UltraCircuitBuilder > |
Public Member Functions | |
| size_t | size () const |
| GoblinStdlibProof ()=default | |
| GoblinStdlibProof (UltraCircuitBuilder &builder, const GoblinProof &goblin_proof) | |
| MSGPACK_FIELDS (merge_proof, eccvm_proof, ipa_proof, translator_proof) | |
| bool | operator== (const GoblinStdlibProof &other) const =default |
Public Attributes | |
| Proof | merge_proof |
| Proof | eccvm_proof |
| Proof | ipa_proof |
| Proof | translator_proof |
|
default |
|
inline |
| bb::GoblinStdlibProof::MSGPACK_FIELDS | ( | merge_proof | , |
| eccvm_proof | , | ||
| ipa_proof | , | ||
| translator_proof | |||
| ) |
|
default |