Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Member Functions | |
sparse_witness_limbs (const field_ct &in=0) | |
sparse_witness_limbs (const sparse_witness_limbs &other)=default | |
sparse_witness_limbs (sparse_witness_limbs &&other)=default | |
sparse_witness_limbs & | operator= (const sparse_witness_limbs &other)=default |
sparse_witness_limbs & | operator= (sparse_witness_limbs &&other)=default |
Public Attributes | |
field_ct | normal |
std::array< field_ct, 4 > | sparse_limbs |
std::array< field_ct, 4 > | rotated_limbs |
bool | has_sparse_limbs = false |
Definition at line 67 of file sha256.hpp.
|
inline |
Definition at line 68 of file sha256.hpp.
|
default |
|
default |
|
default |
|
default |
bool bb::stdlib::SHA256< Builder >::sparse_witness_limbs::has_sparse_limbs = false |
Definition at line 85 of file sha256.hpp.
field_ct bb::stdlib::SHA256< Builder >::sparse_witness_limbs::normal |
Definition at line 79 of file sha256.hpp.
std::array<field_ct, 4> bb::stdlib::SHA256< Builder >::sparse_witness_limbs::rotated_limbs |
Definition at line 83 of file sha256.hpp.
std::array<field_ct, 4> bb::stdlib::SHA256< Builder >::sparse_witness_limbs::sparse_limbs |
Definition at line 81 of file sha256.hpp.