ladybird/Libraries/LibCrypto/NumberTheory
Ben Wiederhake 708164b0b9 LibCrypto: Already using strong crypto
ModularFunctions::random_number calls into AK::fill_with_random calls (on
Serenity) into arc4random_buf calls into Process::sys calls into
get_good_random_bytes, which is cryptographically secure.
2020-07-28 19:10:10 +02:00
..
ModularFunctions.h LibCrypto: Already using strong crypto 2020-07-28 19:10:10 +02:00