fxfs
0.0.1
Module checksum
Module Items
Structs
Enums
Functions
Type Aliases
In crate fxfs
fxfs
Module
checksum
Copy item path
Source
Structs
§
Checksums
V38
Enums
§
Checksums
V32
Checksums
V37
Functions
§
fletcher64
Generates a Fletcher64 checksum of |buf| seeded by |previous|.
Type Aliases
§
Checksum
For the foreseeable future, Fxfs will use 64-bit checksums.
Checksums
A vector of fletcher64 checksums, one per block. These are stored as a flat array of bytes for efficient deserialization.