|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <pure_gt.hpp>
Public Member Functions | |
| PureGreaterThan ()=default | |
| ~PureGreaterThan () 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 |
Public Member Functions inherited from bb::avm2::simulation::GreaterThanInterface | |
| virtual | ~GreaterThanInterface ()=default |
Definition at line 12 of file pure_gt.hpp.
|
default |
|
overridedefault |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 17 of file pure_gt.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 19 of file pure_gt.hpp.
|
inlineoverridevirtual |
Implements bb::avm2::simulation::GreaterThanInterface.
Definition at line 18 of file pure_gt.hpp.