1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 10:42:26 +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
Adler32.h
ChecksumFunction.h
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