Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <databus.hpp>
Classes | |
class | bus_vector |
Public Member Functions | |
databus ()=default | |
Public Attributes | |
bus_vector | calldata { BusId::CALLDATA } |
bus_vector | secondary_calldata { BusId::SECONDARY_CALLDATA } |
bus_vector | return_data { BusId::RETURNDATA } |
Definition at line 17 of file databus.hpp.
|
default |
bus_vector bb::stdlib::databus< Builder >::calldata { BusId::CALLDATA } |
Definition at line 62 of file databus.hpp.
bus_vector bb::stdlib::databus< Builder >::return_data { BusId::RETURNDATA } |
Definition at line 64 of file databus.hpp.
bus_vector bb::stdlib::databus< Builder >::secondary_calldata { BusId::SECONDARY_CALLDATA } |
Definition at line 63 of file databus.hpp.