Barretenberg
The ZK-SNARK library at the core of Aztec
|
Derived class that defines proof structure for Ultra zero knowledge proofs, as well as supporting functions. More...
#include <ultra_keccak_zk_flavor.hpp>
Public Types | |
using | Base = UltraKeccakFlavor::Transcript::Base |
Public Member Functions | |
Transcript ()=default | |
void | deserialize_full_transcript (size_t public_input_size, size_t virtual_log_n=VIRTUAL_LOG_N) |
Takes a FULL Ultra proof and deserializes it into the public member variables that compose the structure. Must be called in order to access the structure of the proof. | |
void | serialize_full_transcript (size_t virtual_log_n=VIRTUAL_LOG_N) |
Serializes the structure variables into a FULL Ultra proof. Should be called only if deserialize_full_transcript() was called and some transcript variable was modified. | |
Static Public Member Functions | |
static std::shared_ptr< Transcript > | prover_init_empty () |
static std::shared_ptr< Transcript > | verifier_init_empty (const std::shared_ptr< Transcript > &transcript) |
Derived class that defines proof structure for Ultra zero knowledge proofs, as well as supporting functions.
Definition at line 52 of file ultra_keccak_zk_flavor.hpp.
Definition at line 54 of file ultra_keccak_zk_flavor.hpp.
|
default |
|
inline |
Takes a FULL Ultra proof and deserializes it into the public member variables that compose the structure. Must be called in order to access the structure of the proof.
Definition at line 89 of file ultra_keccak_zk_flavor.hpp.
|
inlinestatic |
Definition at line 71 of file ultra_keccak_zk_flavor.hpp.
|
inline |
Serializes the structure variables into a FULL Ultra proof. Should be called only if deserialize_full_transcript() was called and some transcript variable was modified.
Definition at line 144 of file ultra_keccak_zk_flavor.hpp.
|
inlinestatic |
Definition at line 77 of file ultra_keccak_zk_flavor.hpp.
Commitment bb::UltraKeccakZKFlavor::Transcript::hiding_polynomial_commitment |
Definition at line 66 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::hiding_polynomial_eval |
Definition at line 67 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_claimed_evaluation |
Definition at line 59 of file ultra_keccak_zk_flavor.hpp.
Commitment bb::UltraKeccakZKFlavor::Transcript::libra_concatenation_commitment |
Definition at line 57 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_concatenation_eval |
Definition at line 62 of file ultra_keccak_zk_flavor.hpp.
Commitment bb::UltraKeccakZKFlavor::Transcript::libra_grand_sum_commitment |
Definition at line 60 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_grand_sum_eval |
Definition at line 64 of file ultra_keccak_zk_flavor.hpp.
Commitment bb::UltraKeccakZKFlavor::Transcript::libra_quotient_commitment |
Definition at line 61 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_quotient_eval |
Definition at line 65 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_shifted_grand_sum_eval |
Definition at line 63 of file ultra_keccak_zk_flavor.hpp.
FF bb::UltraKeccakZKFlavor::Transcript::libra_sum |
Definition at line 58 of file ultra_keccak_zk_flavor.hpp.
std::vector<bb::Univariate<FF, BATCHED_RELATION_PARTIAL_LENGTH> > bb::UltraKeccakZKFlavor::Transcript::zk_sumcheck_univariates |
Definition at line 56 of file ultra_keccak_zk_flavor.hpp.