|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sha256.hpp>
Static Public Member Functions | |
| static std::string | get_subrelation_label (size_t index) |
Static Public Member Functions inherited from bb::avm2::sha256Impl< FF > | |
| static bool | skip (const AllEntities &in) |
| static void | accumulate (ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor) |
Static Public Attributes | |
| static constexpr const std::string_view | NAME = "sha256" |
| static constexpr size_t | SR_PROPAGATE_INIT_A = 16 |
| static constexpr size_t | SR_PROPAGATE_INIT_B = 17 |
| static constexpr size_t | SR_PROPAGATE_INIT_C = 18 |
| static constexpr size_t | SR_PROPAGATE_INIT_D = 19 |
| static constexpr size_t | SR_PROPAGATE_INIT_E = 20 |
| static constexpr size_t | SR_PROPAGATE_INIT_F = 21 |
| static constexpr size_t | SR_PROPAGATE_INIT_G = 22 |
| static constexpr size_t | SR_PROPAGATE_INIT_H = 23 |
Static Public Attributes inherited from bb::Relation< sha256Impl< FF > > | |
| static constexpr size_t | RELATION_LENGTH |
Static Public Attributes inherited from bb::avm2::sha256Impl< FF > | |
| static constexpr std::array< size_t, 98 > | SUBRELATION_PARTIAL_LENGTHS |
Additional Inherited Members | |
Public Types inherited from bb::Relation< sha256Impl< FF > > | |
| using | FF = typename RelationImpl::FF |
| using | SumcheckTupleOfUnivariatesOverSubrelations = TupleOfUnivariates< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS > |
| using | SumcheckArrayOfValuesOverSubrelations = ArrayOfValues< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS > |
| using | UnivariateAccumulator0 = std::tuple_element_t< 0, SumcheckTupleOfUnivariatesOverSubrelations > |
| using | ValueAccumulator0 = std::tuple_element_t< 0, SumcheckArrayOfValuesOverSubrelations > |
Public Types inherited from bb::avm2::sha256Impl< FF > | |
| using | FF = FF |
Definition at line 37 of file sha256.hpp.
|
inlinestatic |
Definition at line 51 of file sha256.hpp.
|
staticconstexpr |
Definition at line 39 of file sha256.hpp.
|
staticconstexpr |
Definition at line 42 of file sha256.hpp.
|
staticconstexpr |
Definition at line 43 of file sha256.hpp.
|
staticconstexpr |
Definition at line 44 of file sha256.hpp.
|
staticconstexpr |
Definition at line 45 of file sha256.hpp.
|
staticconstexpr |
Definition at line 46 of file sha256.hpp.
|
staticconstexpr |
Definition at line 47 of file sha256.hpp.
|
staticconstexpr |
Definition at line 48 of file sha256.hpp.
|
staticconstexpr |
Definition at line 49 of file sha256.hpp.