1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Libraries/LibCrypto
asynts 6fa42af567 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.

The modifications in this commit were automatically made using the
following command:

    find . -name '*.h' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-11 21:49:29 +01:00
..
ASN1 Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 21:49:29 +01:00
Authentication LibTLS+LibCrypto: More ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
BigInt LibCrypto+LibJS: Fix broken subtraction of two negative signed bigints 2021-01-07 08:57:37 +01:00
Checksum Meta+LibC through LibHTTP: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Cipher LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans 2020-12-19 18:29:13 +01:00
Hash LibTLS+LibCrypto: More ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
NumberTheory Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
PK Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 21:49:29 +01:00
CMakeLists.txt LibCrypto: Implement GCM mode 2020-11-14 10:18:54 +01:00
Verification.h LibCrypto: Move out 'VerificationConsistency' into its own header file 2020-11-14 10:18:54 +01:00