pub type Checksums = ChecksumsV38;
Expand description
A vector of fletcher64 checksums, one per block. These are stored as a flat array of bytes for efficient deserialization.
Aliased Type§
struct Checksums { /* private fields */ }
pub type Checksums = ChecksumsV38;
A vector of fletcher64 checksums, one per block. These are stored as a flat array of bytes for efficient deserialization.
struct Checksums { /* private fields */ }