1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:07:35 +00:00

LibCrypto: Add support for the POSIX cksum algorithm

This commit is contained in:
implicitfield 2024-01-17 21:15:25 +04:00 committed by Ali Mohammad Pur
parent 459fa8b840
commit 05ee5ffa36
4 changed files with 150 additions and 0 deletions

View file

@ -18,6 +18,7 @@ set(SOURCES
BigInt/SignedBigInteger.cpp
BigInt/UnsignedBigInteger.cpp
Checksum/Adler32.cpp
Checksum/cksum.cpp
Checksum/CRC32.cpp
Cipher/AES.cpp
Cipher/ChaCha20.cpp