Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::MockToRadix, including all inherited members.
MOCK_METHOD((std::vector< uint8_t >), to_le_radix,(const FF &value, uint32_t num_limbs, uint32_t radix),(override)) | bb::avm2::simulation::MockToRadix | |
MOCK_METHOD((std::vector< bool >), to_le_bits,(const FF &value, uint32_t num_limbs),(override)) | bb::avm2::simulation::MockToRadix | |
MOCK_METHOD(void, to_be_radix,(MemoryInterface &memory, const FF &value, uint32_t radix, uint32_t num_limbs, bool is_output_bits, MemoryAddress dst_addr),(override)) | bb::avm2::simulation::MockToRadix | |
MockToRadix() | bb::avm2::simulation::MockToRadix | |
to_be_radix(MemoryInterface &memory, const FF &value, uint32_t radix, uint32_t num_limbs, bool is_output_bits, MemoryAddress dst_addr)=0 | bb::avm2::simulation::ToRadixInterface | pure virtual |
to_le_bits(const FF &value, uint32_t num_limbs)=0 | bb::avm2::simulation::ToRadixInterface | pure virtual |
to_le_radix(const FF &value, uint32_t num_limbs, uint32_t radix)=0 | bb::avm2::simulation::ToRadixInterface | pure virtual |
~MockToRadix() override | bb::avm2::simulation::MockToRadix | |
~ToRadixInterface()=default | bb::avm2::simulation::ToRadixInterface | virtual |