Expand description
Reading utilities
This module contains utilities for extracting data from plots/sectors created by functions in
plotting
module earlier. This is a relatively expensive operation and is
only used for cold storage purposes or when there is a need to prove a solution to consensus.
Enums§
- Defines a mode of reading chunks in
read_sector_record_chunks
. - Errors that happen during reading
Functions§
- Read piece from sector.
- Read sector record chunks, only plotted s-buckets are returned (in decoded form).
- Given sector record chunks recover extended record chunks (both source and parity)
- Given sector record chunks recover source record chunks in form of an iterator.