ladybird/Userland/Libraries/LibCrypto/Checksum
kleines Filmröllchen 70ab4566f3 LibCrypto: Add a checksumming stream wrapper
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.
2023-05-18 22:23:15 +02:00
..
Adler32.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Adler32.h Libraries: Use default constructors/destructors in LibCrypto 2022-03-10 18:04:26 -08:00
ChecksumFunction.h LibCrypto: Expose checksum type of ChecksumFunction 2023-05-18 22:23:15 +02:00
ChecksummingStream.h LibCrypto: Add a checksumming stream wrapper 2023-05-18 22:23:15 +02:00
CRC8.h LibCrypto: Add generic 8-bit CRC 2023-05-18 22:23:15 +02:00
CRC32.cpp LibCrypto: Implement little endian CRC using the slicing-by-8 algorithm 2023-03-31 06:56:05 +02:00
CRC32.h Libraries: Use default constructors/destructors in LibCrypto 2022-03-10 18:04:26 -08:00