mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
This generic stream wrapper performs checksum calculations on all data passed through it for reading or writing, and is therefore convenient for calculating checksums while performing normal data input/output, as well as computing streaming checksums on non-seekable streams.