Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
field_gt.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2::simulation {
7
9 public:
10 virtual ~FieldGreaterThanInterface() = default;
11 virtual bool ff_gt(const FF& a, const FF& b) = 0;
12 virtual U256Decomposition canon_dec(const FF& a) = 0;
13};
14
15} // namespace bb::avm2::simulation
virtual bool ff_gt(const FF &a, const FF &b)=0
virtual U256Decomposition canon_dec(const FF &a)=0
FF a
FF b
AvmFlavorSettings::FF FF
Definition field.hpp:10