serenity/Userland/Libraries/LibCrypto
Dan Klishch 7ae990d2e5 LibCrypto: Don't compute 2*N remainders in Adler32
Otherwise Zlib decompression spends half of the time computing the
checksum.
2024-05-22 14:25:21 +02:00
..
AEAD LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
ASN1 LibCrypto: Fix off-by-one error when bit count is a multiple of 256 2024-04-05 21:53:12 +02:00
Authentication LibCrypto: Move some data around earlier in GHash to make it go faster 2024-05-20 08:03:35 +02:00
BigFraction JSSpecCompiler: Parse arbitrarily large rational numbers in xspec mode 2024-02-24 15:03:08 -07:00
BigInt Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Checksum LibCrypto: Don't compute 2*N remainders in Adler32 2024-05-22 14:25:21 +02:00
Cipher LibCrypto+LibGfx: Fix GCC 14 compile errors 2024-04-20 15:52:29 -06:00
Curves LibCrypto: Add early exit to SECP.verify if signature is invalid 2024-04-03 13:10:01 -06:00
Hash LibCrypto: Skip the check against 2^32 on 32-bit 2024-05-02 07:46:53 -06:00
NumberTheory LibCrypto: Remove now unused temporary BigInt buffers 2024-03-25 14:26:29 -06:00
Padding LibCrypto: Add OAEP 2024-04-08 09:34:49 -06:00
PK LibWeb: Add RSAOAEP.exportKey for the spki format 2024-04-05 21:53:12 +02:00
CMakeLists.txt LibCrypto: Add support for the POSIX cksum algorithm 2024-01-18 18:01:26 +03:30
Forward.h Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
Verification.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00