Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fake_gt.hpp
Go to the documentation of this file.
1#pragma once
2
4
8
9namespace bb::avm2::simulation {
10
12 public:
13 FakeGreaterThan() = default;
14 ~FakeGreaterThan() override = default;
15
16 bool gt(const FF& a, const FF& b) override;
17 bool gt(const uint128_t& a, const uint128_t& b) override;
18 bool gt(const MemoryValue& a, const MemoryValue& b) override;
19};
20
21} // namespace bb::avm2::simulation
FF a
FF b
AvmFlavorSettings::FF FF
Definition field.hpp:10
unsigned __int128 uint128_t
Definition serialize.hpp:44