|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <sha256_constraint.hpp>
Public Attributes | |
| std::array< WitnessOrConstant< bb::fr >, 16 > | inputs |
| std::array< WitnessOrConstant< bb::fr >, 8 > | hash_values |
| std::array< uint32_t, 8 > | result |
Friends | |
| bool | operator== (Sha256Compression const &lhs, Sha256Compression const &rhs)=default |
Definition at line 14 of file sha256_constraint.hpp.
|
friend |
| std::array<WitnessOrConstant<bb::fr>, 8> acir_format::Sha256Compression::hash_values |
Definition at line 16 of file sha256_constraint.hpp.
| std::array<WitnessOrConstant<bb::fr>, 16> acir_format::Sha256Compression::inputs |
Definition at line 15 of file sha256_constraint.hpp.
| std::array<uint32_t, 8> acir_format::Sha256Compression::result |
Definition at line 17 of file sha256_constraint.hpp.