A RAM memory record that can be ordered.
More...
#include <ultra_circuit_builder.hpp>
|
| enum | AccessType { READ
, WRITE
} |
| |
|
|
bool | operator< (const RamRecord &other) const |
| |
|
bool | operator== (const RamRecord &other) const noexcept |
| |
|
|
uint32_t | index_witness = 0 |
| |
|
uint32_t | timestamp_witness = 0 |
| |
|
uint32_t | value_witness = 0 |
| |
|
uint32_t | index = 0 |
| |
|
uint32_t | timestamp = 0 |
| |
|
AccessType | access_type = AccessType::READ |
| |
|
uint32_t | record_witness = 0 |
| |
|
size_t | gate_index = 0 |
| |
template<typename Arithmetization>
struct proof_system::UltraCircuitBuilder_< Arithmetization >::RamRecord
A RAM memory record that can be ordered.
The documentation for this struct was generated from the following file: