Skip to main content
Module checksum
fxfs
Module checksum
Module Items
Structs
Functions
Type Aliases
In crate fxfs
fxfs
Module
checksum
Copy item path
Source
Structs
§
Checksums
V38
Functions
§
fletcher64
Generates a Fletcher64 checksum of |buf| seeded by |previous|.
fletcher64_
ptr
Generates a Fletcher64 checksum of |buf| (a pointer slice) seeded by |previous|. This is completely safe from Rust aliasing UB on allocator-managed memory.
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.