Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gt.hpp>
Public Member Functions | |
virtual | ~GreaterThanInterface ()=default |
virtual bool | gt (const FF &a, const FF &b)=0 |
virtual bool | gt (const uint128_t &a, const uint128_t &b)=0 |
virtual bool | gt (const MemoryValue &a, const MemoryValue &b)=0 |
|
virtualdefault |
|
pure virtual |
Implemented in bb::avm2::simulation::GreaterThan, and bb::avm2::simulation::FakeGreaterThan.
|
pure virtual |
Implemented in bb::avm2::simulation::GreaterThan, and bb::avm2::simulation::FakeGreaterThan.
|
pure virtual |
Implemented in bb::avm2::simulation::GreaterThan, and bb::avm2::simulation::FakeGreaterThan.