ladybird/Tests/LibCrypto
devgianlu 89061dd3c4 LibCrypto: Replace all hashes implementation with OpenSSL
This required multiple changes:
- Make hashes non-copiable because they contain a heap allocated pointer
- Reference classes via `NonnullOwnPtr` only (they are non-copiable)
- Drop all existing hashes implementations
- Use the `OpenSSLHashFunction` base class to implement the same hashes

I was not able to come up with a way to divide this commit into multiple
without increasing the amount of changes.

Nothing breaks with this commit!
2024-12-22 18:53:45 +01:00
..
CMakeLists.txt LibCrypto: Implement and test HKDF 2024-10-23 11:33:58 -06:00
TestAES.cpp LibCrypto: Implement AES-KW 2024-12-17 11:00:14 +01:00
TestASN1.cpp
TestBigFraction.cpp LibCrypto: Convert BigFraction stringification to String 2024-12-04 08:01:35 -05:00
TestBigInteger.cpp LibCrypto: Protect the SignedBigInteger ctor against integer overflow 2024-12-19 23:37:30 +01:00
TestChaCha20.cpp
TestChacha20Poly1305.cpp
TestChecksum.cpp
TestCurves.cpp
TestEd25519.cpp
TestHash.cpp LibCrypto: Replace all hashes implementation with OpenSSL 2024-12-22 18:53:45 +01:00
TestHKDF.cpp LibCrypto: Implement and test HKDF 2024-10-23 11:33:58 -06:00
TestHMAC.cpp
TestMGF.cpp
TestOAEP.cpp LibWeb: Implement RSAOAEP.decrypt() 2024-10-27 11:26:12 +01:00
TestPBKDF2.cpp
TestPoly1305.cpp
TestRSA.cpp Tests: Remove use of VLAs from TestRSA.cpp 2024-12-20 09:37:56 +01:00