Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <fake_gt.hpp>
Public Member Functions | |
FakeGreaterThan ()=default | |
~FakeGreaterThan () override=default | |
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 |
![]() | |
virtual | ~GreaterThanInterface ()=default |
Definition at line 11 of file fake_gt.hpp.
|
default |
|
overridedefault |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 10 of file fake_gt.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 20 of file fake_gt.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 15 of file fake_gt.cpp.