1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 11:27:35 +00:00
serenity/Userland/Libraries/LibCrypto/Checksum
Lenny Maiorani 6bd880c404 LibCrypto: Simplify and move CRC32 table to cpp file
CRC32 table is generated at compile-time and put into a static
variable in the header file. This can be moved to be a function
instead of a class, be moved to the `.cpp` file` and generated as an
array instead of a class which only implements `operator[]`.
2022-02-26 17:49:47 +00:00
..
Adler32.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
Adler32.h Everywhere: Fix -Winconsistent-missing-override warnings from Clang 2021-12-11 13:14:15 -08:00
ChecksumFunction.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
CRC32.cpp LibCrypto: Simplify and move CRC32 table to cpp file 2022-02-26 17:49:47 +00:00
CRC32.h LibCrypto: Simplify and move CRC32 table to cpp file 2022-02-26 17:49:47 +00:00