Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
alu_event.hpp File Reference
#include <cstdint>
#include "barretenberg/vm2/common/memory_types.hpp"

Go to the source code of this file.

Classes

struct  bb::avm2::simulation::AluEvent
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::avm2
 
namespace  bb::avm2::simulation
 

Enumerations

enum class  bb::avm2::simulation::AluOperation : uint8_t {
  bb::avm2::simulation::ADD , bb::avm2::simulation::SUB , bb::avm2::simulation::MUL , bb::avm2::simulation::DIV ,
  bb::avm2::simulation::FDIV , bb::avm2::simulation::EQ , bb::avm2::simulation::LT , bb::avm2::simulation::LTE ,
  bb::avm2::simulation::NOT , bb::avm2::simulation::SHL , bb::avm2::simulation::SHR , bb::avm2::simulation::TRUNCATE
}