Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fake_bitwise.cpp
Go to the documentation of this file.
2
7
8namespace bb::avm2::simulation {
9
11{
12 return a & b;
13}
15{
16 return a | b;
17}
19{
20 return a ^ b;
21}
22
23} // 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