summaryrefslogtreecommitdiff
path: root/Userland/Utilities/test-crypto.cpp
AgeCommit message (Expand)Author
2021-06-29LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)Idan Horowitz
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-19LibCrypto: Add the SHA-384 hash algorithmDexesTTP
2021-05-13test-crypto: Add more tests for the modular power operatorDexesTTP
2021-05-13LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithmsDexesTTP
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibTLS: Parse X.509 certificates with the new ASN.1 parserAnotherTest
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling