|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bitwise.hpp>
Public Member Functions | |
| virtual | ~BitwiseInterface ()=default |
| virtual MemoryValue | and_op (const MemoryValue &a, const MemoryValue &b)=0 |
| virtual MemoryValue | or_op (const MemoryValue &a, const MemoryValue &b)=0 |
| virtual MemoryValue | xor_op (const MemoryValue &a, const MemoryValue &b)=0 |
Definition at line 7 of file bitwise.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in bb::avm2::simulation::Bitwise, and bb::avm2::simulation::PureBitwise.
|
pure virtual |
Implemented in bb::avm2::simulation::Bitwise, and bb::avm2::simulation::PureBitwise.
|
pure virtual |
Implemented in bb::avm2::simulation::Bitwise, and bb::avm2::simulation::PureBitwise.