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

#include <mock_field_gt.hpp>

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

Public Member Functions

 MockFieldGreaterThan ()
 
 ~MockFieldGreaterThan () override
 
 MOCK_METHOD (bool, ff_gt,(const FF &a, const FF &b),(override))
 
 MOCK_METHOD (U256Decomposition, canon_dec,(const FF &a),(override))
 
- Public Member Functions inherited from bb::avm2::simulation::FieldGreaterThanInterface
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 mock_field_gt.hpp.

Constructor & Destructor Documentation

◆ MockFieldGreaterThan()

bb::avm2::simulation::MockFieldGreaterThan::MockFieldGreaterThan ( )
default

◆ ~MockFieldGreaterThan()

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

Member Function Documentation

◆ MOCK_METHOD() [1/2]

bb::avm2::simulation::MockFieldGreaterThan::MOCK_METHOD ( bool  ,
ff_gt  ,
(const FF &a, const FF &b ,
(override)   
)

◆ MOCK_METHOD() [2/2]

bb::avm2::simulation::MockFieldGreaterThan::MOCK_METHOD ( U256Decomposition  ,
canon_dec  ,
(const FF &a ,
(override)   
)

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