1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Libraries/LibCrypto
R-Goc d60543c2cb LibJS/LibCrypto: Cleanup JS Math random() RNG
This commit adds a convenience method to secure random for initializing
single types. It changes the random number generator in JS math random()
to use newer constants by the author as well as initializes it with a
higher quality seed.
2025-05-15 07:41:02 -06:00
..
ASN1 Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Authentication LibCrypto: Remove unused GHash class 2025-03-02 15:11:38 +01:00
BigFraction LibCrypto+LibJS: Remove {Signed,Unsigned}BigInteger to_base_deprecated 2025-04-28 12:05:26 +02:00
BigInt LibCrypto: Remove the concept of invalid big integers 2025-04-28 12:05:26 +02:00
Certificate Everywhere: Remove sv suffix from format string literals 2025-04-08 20:00:18 -04:00
Cipher LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
Curves Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Hash Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
NumberTheory LibCrypto: Remove unused big numbers modular functions 2025-04-28 12:05:26 +02:00
PK LibCrypto: Check ECPrivateKey version when parsing 2025-04-28 12:05:26 +02:00
CMakeLists.txt LibCrypto: Remove unused cksum class 2025-03-19 13:46:50 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
OpenSSL.cpp LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
OpenSSL.h LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
OpenSSLForward.h LibCrypto+LibWeb: Refactor AES implementation with OpenSSL 2025-03-02 15:11:38 +01:00
SecureRandom.cpp Meta+LibCrypto: Add SecureRandom and replace PRNG usage with it 2024-12-24 17:54:52 +01:00
SecureRandom.h LibJS/LibCrypto: Cleanup JS Math random() RNG 2025-05-15 07:41:02 -06:00
Verification.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00