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

#include <field_gt.hpp>

Inheritance diagram for bb::avm2::simulation::FieldGreaterThanInterface:
bb::avm2::simulation::FieldGreaterThan bb::avm2::simulation::MockFieldGreaterThan

Public Member Functions

virtual ~FieldGreaterThanInterface ()=default
 
virtual bool ff_gt (const FF &a, const FF &b)=0
 
virtual U256Decomposition canon_dec (const FF &a)=0
 

Detailed Description

Definition at line 10 of file field_gt.hpp.

Constructor & Destructor Documentation

◆ ~FieldGreaterThanInterface()

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

Member Function Documentation

◆ canon_dec()

virtual U256Decomposition bb::avm2::simulation::FieldGreaterThanInterface::canon_dec ( const FF a)
pure virtual

◆ ff_gt()

virtual bool bb::avm2::simulation::FieldGreaterThanInterface::ff_gt ( const FF a,
const FF b 
)
pure virtual

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