ladybird/Userland/Libraries/LibCrypto/Checksum
Dan Klishch 7ae990d2e5 LibCrypto: Don't compute 2*N remainders in Adler32
Otherwise Zlib decompression spends half of the time computing the
checksum.
2024-05-22 14:25:21 +02:00
..
Adler32.cpp LibCrypto: Don't compute 2*N remainders in Adler32 2024-05-22 14:25:21 +02:00
Adler32.h
ChecksumFunction.h
ChecksummingStream.h
cksum.cpp LibCrypto: Add support for the POSIX cksum algorithm 2024-01-18 18:01:26 +03:30
cksum.h LibCrypto: Add support for the POSIX cksum algorithm 2024-01-18 18:01:26 +03:30
CRC8.h
CRC16.h
CRC32.cpp
CRC32.h