|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gt.hpp>
Public Member Functions | |
| GreaterThan (FieldGreaterThanInterface &field_gt, RangeCheckInterface &range_check, EventEmitterInterface< GreaterThanEvent > &event_emitter) | |
| bool | gt (const FF &a, const FF &b) override |
| bool | gt (const uint128_t &a, const uint128_t &b) override |
| bool | gt (const MemoryValue &a, const MemoryValue &b) override |
Public Member Functions inherited from bb::avm2::simulation::GreaterThanInterface | |
| virtual | ~GreaterThanInterface ()=default |
Private Attributes | |
| FieldGreaterThanInterface & | field_gt |
| RangeCheckInterface & | range_check |
| EventEmitterInterface< GreaterThanEvent > & | events |
|
inline |
Implements bb::avm2::simulation::GreaterThanInterface.
|
overridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
|
overridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
|
private |
|
private |
|
private |