Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::FakeGreaterThan Class Reference

#include <fake_gt.hpp>

Inheritance diagram for bb::avm2::simulation::FakeGreaterThan:
bb::avm2::simulation::GreaterThanInterface

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
 
- Public Member Functions inherited from bb::avm2::simulation::GreaterThanInterface
virtual ~GreaterThanInterface ()=default
 

Detailed Description

Definition at line 11 of file fake_gt.hpp.

Constructor & Destructor Documentation

◆ FakeGreaterThan()

bb::avm2::simulation::FakeGreaterThan::FakeGreaterThan ( )
default

◆ ~FakeGreaterThan()

bb::avm2::simulation::FakeGreaterThan::~FakeGreaterThan ( )
overridedefault

Member Function Documentation

◆ gt() [1/3]

bool bb::avm2::simulation::FakeGreaterThan::gt ( const FF a,
const FF b 
)
overridevirtual

Implements bb::avm2::simulation::GreaterThanInterface.

Definition at line 10 of file fake_gt.cpp.

◆ gt() [2/3]

bool bb::avm2::simulation::FakeGreaterThan::gt ( const MemoryValue a,
const MemoryValue b 
)
overridevirtual

Implements bb::avm2::simulation::GreaterThanInterface.

Definition at line 20 of file fake_gt.cpp.

◆ gt() [3/3]

bool bb::avm2::simulation::FakeGreaterThan::gt ( const uint128_t a,
const uint128_t b 
)
overridevirtual

Implements bb::avm2::simulation::GreaterThanInterface.

Definition at line 15 of file fake_gt.cpp.


The documentation for this class was generated from the following files: