Module sp1_recursion_core::memory
source · Structs§
- NOTE: These are very similar to core/src/memory/columns.rs The reason we cannot use those structs directly is that they use “shard”. In our recursive VM, we don’t have shards, we only have
clk
(i.e. timestamp). Memory read access. - Memory read access of a single field element.
- Memory read-write access.
- Memory read-write access of a single field element.
Traits§
- The common columns for all memory access types.
Functions§
- Computes the difference between the
addr
andprev_addr
and returns the 16-bit limb and 12-bit limbs of the difference.