Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Member Functions | |
size_t | operator() (const Key &entry) const |
Public Attributes | |
const FF | mult_const = FF(uint256_t(0x1337, 0x1336, 0x1335, 0x1334)) |
const FF | mc_sqr = mult_const.sqr() |
const FF | mc_cube = mult_const * mc_sqr |
Definition at line 174 of file ultra_circuit_checker.hpp.
|
inline |
Definition at line 179 of file ultra_circuit_checker.hpp.
const FF bb::UltraCircuitChecker::HashFunction::mc_cube = mult_const * mc_sqr |
Definition at line 177 of file ultra_circuit_checker.hpp.
const FF bb::UltraCircuitChecker::HashFunction::mc_sqr = mult_const.sqr() |
Definition at line 176 of file ultra_circuit_checker.hpp.
const FF bb::UltraCircuitChecker::HashFunction::mult_const = FF(uint256_t(0x1337, 0x1336, 0x1335, 0x1334)) |
Definition at line 175 of file ultra_circuit_checker.hpp.