Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
mock_field_gt.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <array>
4#include <gmock/gmock.h>
5
7
8namespace bb::avm2::simulation {
9
11 public:
14
15 MOCK_METHOD(bool, ff_gt, (const FF& a, const FF& b), (override));
16 MOCK_METHOD(U256Decomposition, canon_dec, (const FF& a), (override));
17};
18
19} // namespace bb::avm2::simulation
virtual U256Decomposition canon_dec(const FF &a)=0
MOCK_METHOD(U256Decomposition, canon_dec,(const FF &a),(override))
MOCK_METHOD(bool, ff_gt,(const FF &a, const FF &b),(override))
FF a
FF b
AvmFlavorSettings::FF FF
Definition field.hpp:10