Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::AluInterface, including all inherited members.
add(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
div(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
eq(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
fdiv(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
lt(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
lte(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
mul(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
op_not(const MemoryValue &a)=0 | bb::avm2::simulation::AluInterface | pure virtual |
shl(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
shr(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
sub(const MemoryValue &a, const MemoryValue &b)=0 | bb::avm2::simulation::AluInterface | pure virtual |
truncate(const FF &a, MemoryTag dst_tag)=0 | bb::avm2::simulation::AluInterface | pure virtual |
~AluInterface()=default | bb::avm2::simulation::AluInterface | virtual |