serenity/Userland/Libraries/LibCrypto
kleines Filmröllchen daf50ed885 LibCrypto: Add generic 8-bit CRC
The implementation of this is naive enough so it can handle all 8-bit
CRC polynomials, of which there are quite a few. The table generation
and update procedure is MSB first, which is backwards from the LSB first
method of CRC32.
2023-05-18 22:23:15 +02:00
..
ASN1 LibCrypto+LibTLS: Avoid crashing on invalid input 2023-05-08 06:43:28 +02:00
Authentication LibCrypto: Do a simple copy for buffered GHash bytes 2023-02-08 17:53:19 +00:00
BigFraction
BigInt Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Checksum LibCrypto: Add generic 8-bit CRC 2023-05-18 22:23:15 +02:00
Cipher
Curves Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Hash LibTLS: Change CertificateKeyAlgorithm from enum to struct 2023-04-15 09:03:47 +03:30
NumberTheory AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
PK AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
CMakeLists.txt
Forward.h
Verification.h