|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <bitwise.hpp>
Public Member Functions | |
| virtual std::pair< MemoryValue, MemoryValue > | simd_and_op_64 (const MemoryValue &a1, const MemoryValue &b1, const MemoryValue &a2, const MemoryValue &b2)=0 |
| virtual std::pair< MemoryValue, MemoryValue > | simd_xor_op_64 (const MemoryValue &a1, const MemoryValue &b1, const MemoryValue &a2, const MemoryValue &b2)=0 |
Public Member Functions inherited from bb::avm2::simulation::BitwiseInterface | |
| 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 19 of file bitwise.hpp.
|
pure virtual |
Implemented in bb::avm2::simulation::Bitwise.
|
pure virtual |
Implemented in bb::avm2::simulation::Bitwise.