|
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 | kernel_calldata { BusId::KERNEL_CALLDATA } |
| std::array< bus_vector, MAX_APPS_PER_KERNEL > | app_calldata |
| bus_vector | return_data { BusId::RETURNDATA } |
Definition at line 16 of file databus.hpp.
|
default |
| std::array<bus_vector, MAX_APPS_PER_KERNEL> bb::stdlib::databus< Builder >::app_calldata |
Definition at line 66 of file databus.hpp.
| bus_vector bb::stdlib::databus< Builder >::kernel_calldata { BusId::KERNEL_CALLDATA } |
Definition at line 65 of file databus.hpp.
| bus_vector bb::stdlib::databus< Builder >::return_data { BusId::RETURNDATA } |
Definition at line 73 of file databus.hpp.