Module memory

Source

Structs§

SlicesBatch
A batch of slices of the same length.
SubfieldSlice
SubfieldSlice is a structure that represents a slice of elements stored in a compute memory, along with an associated tower level. This structure is used to handle subfield operations within a computational context, where the slice is an immutable reference to the data and tower_level indicates the level of the field tower to which the elements belong.
SubfieldSliceMut
SubfieldSliceMut represents a mutable slice of field elements with identical semantics to SubfieldSlice.

Traits§

ComputeMemory
Interface for manipulating handles to memory in a compute device.
SizedSlice