Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <field_gt.hpp>
Public Member Functions | |
FieldGreaterThan (RangeCheckInterface &range_check, EventEmitterInterface< FieldGreaterThanEvent > &event_emitter) | |
bool | ff_gt (const FF &a, const FF &b) override |
U256Decomposition | canon_dec (const FF &a) override |
![]() | |
virtual | ~FieldGreaterThanInterface ()=default |
Private Attributes | |
RangeCheckInterface & | range_check |
EventEmitterInterface< FieldGreaterThanEvent > & | events |
Definition at line 17 of file field_gt.hpp.
|
inline |
Definition at line 19 of file field_gt.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::FieldGreaterThanInterface.
Definition at line 66 of file field_gt.cpp.
Implements bb::avm2::simulation::FieldGreaterThanInterface.
Definition at line 35 of file field_gt.cpp.
|
private |
Definition at line 29 of file field_gt.hpp.
|
private |
Definition at line 28 of file field_gt.hpp.