Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fake_bitwise.hpp
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace bb::avm2::simulation {
8
10 public:
11 FakeBitwise() = default;
12 ~FakeBitwise() override = default;
13
14 MemoryValue and_op(const MemoryValue& a, const MemoryValue& b) override;
15 MemoryValue or_op(const MemoryValue& a, const MemoryValue& b) override;
16 MemoryValue xor_op(const MemoryValue& a, const MemoryValue& b) override;
17};
18
19} // namespace bb::avm2::simulation
MemoryValue and_op(const MemoryValue &a, const MemoryValue &b) override
MemoryValue xor_op(const MemoryValue &a, const MemoryValue &b) override
MemoryValue or_op(const MemoryValue &a, const MemoryValue &b) override
FF a
FF b