mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Add a new reader that wraps file_random_access_reader and computes a running CRC32 digest over the data as it is read. The digest accumulates across sequential read_exactly() calls and is reset on seek(), since a non-sequential read invalidates the running checksum.
2.0 KiB
2.0 KiB