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:
parent
459fa8b840
commit
05ee5ffa36
4 changed files with 150 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue