This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-28 16:26:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09f2d79cb10f84dfaedea61264d8a9d91bdfa17c
ladybird
/
Userland
/
Libraries
/
LibCrypto
/
Checksum
History
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
LibCrypto: Add a checksumming stream wrapper
2023-05-18 22:23:15 +02:00
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
LibCrypto: Add generic 8-bit CRC
2023-05-18 22:23:15 +02:00
CRC16.h
LibCrypto: Implement a generic 16-bit CRC
2023-08-12 12:25:26 -06:00
CRC32.cpp
Everywhere: Remove 'clang-format off' comments that are no longer needed
2023-07-08 10:32:56 +01:00
CRC32.h
…