|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ultra_keccak_flavor.hpp>
Static Public Attributes | |
| static constexpr bool | USE_PADDING = false |
Static Public Attributes inherited from bb::UltraFlavor | |
| static constexpr size_t | VIRTUAL_LOG_N = CONST_PROOF_SIZE_LOG_N |
| static constexpr bool | USE_SHORT_MONOMIALS = true |
| static constexpr bool | HasZK = false |
| static constexpr bool | USE_PADDING = true |
| static constexpr size_t | NUM_WIRES = CircuitBuilder::NUM_WIRES |
| static constexpr size_t | MAX_PARTIAL_RELATION_LENGTH = compute_max_partial_relation_length<Relations>() |
| static constexpr size_t | NUM_SUBRELATIONS = compute_number_of_subrelations<Relations>() |
| static constexpr size_t | BATCHED_RELATION_PARTIAL_LENGTH = MAX_PARTIAL_RELATION_LENGTH + 1 |
| static constexpr size_t | NUM_RELATIONS = std::tuple_size_v<Relations> |
| static constexpr size_t | num_frs_comm = FrCodec::calc_num_fields<Commitment>() |
| static constexpr size_t | num_frs_fr = FrCodec::calc_num_fields<FF>() |
| static constexpr size_t | NUM_PRECOMPUTED_ENTITIES = PrecomputedEntities<FF>::_members_size |
| static constexpr size_t | NUM_WITNESS_ENTITIES = WitnessEntities<FF>::_members_size |
| static constexpr size_t | NUM_SHIFTED_ENTITIES = ShiftedEntities<FF>::_members_size |
| static constexpr size_t | NUM_UNSHIFTED_ENTITIES = NUM_PRECOMPUTED_ENTITIES + NUM_WITNESS_ENTITIES |
| static constexpr size_t | NUM_ALL_ENTITIES = NUM_UNSHIFTED_ENTITIES + NUM_SHIFTED_ENTITIES |
| static constexpr RepeatedCommitmentsData | REPEATED_COMMITMENTS |
Additional Inherited Members | |
Static Public Member Functions inherited from bb::UltraFlavor | |
| static constexpr size_t | FINAL_PCS_MSM_SIZE (size_t log_n=VIRTUAL_LOG_N) |
Definition at line 12 of file ultra_keccak_flavor.hpp.
Definition at line 14 of file ultra_keccak_flavor.hpp.
Definition at line 15 of file ultra_keccak_flavor.hpp.
Definition at line 16 of file ultra_keccak_flavor.hpp.
| using bb::UltraKeccakFlavor::VerificationKey = NativeVerificationKey_<PrecomputedEntities<Commitment>, Codec, HashFunction, CommitmentKey> |
Definition at line 20 of file ultra_keccak_flavor.hpp.
| using bb::UltraKeccakFlavor::VerifierCommitments = VerifierCommitments_<Commitment, VerificationKey> |
Definition at line 23 of file ultra_keccak_flavor.hpp.
Definition at line 25 of file ultra_keccak_flavor.hpp.
|
staticconstexpr |
Definition at line 18 of file ultra_keccak_flavor.hpp.