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

#include <gt.hpp>

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

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
 

Detailed Description

Definition at line 14 of file gt.hpp.

Constructor & Destructor Documentation

◆ ~GreaterThanInterface()

virtual bb::avm2::simulation::GreaterThanInterface::~GreaterThanInterface ( )
virtualdefault

Member Function Documentation

◆ gt() [1/3]

virtual bool bb::avm2::simulation::GreaterThanInterface::gt ( const FF a,
const FF b 
)
pure virtual

◆ gt() [2/3]

virtual bool bb::avm2::simulation::GreaterThanInterface::gt ( const MemoryValue a,
const MemoryValue b 
)
pure virtual

◆ gt() [3/3]

virtual bool bb::avm2::simulation::GreaterThanInterface::gt ( const uint128_t a,
const uint128_t b 
)
pure virtual

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