1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Userland/Libraries/LibCrypto/Hash
DexesTTP 2c1916dd8d LibCrypto: Add the SHA-384 hash algorithm
This is a truncated version of SHA-512, so it was fairly trivial.
2021-05-19 09:18:45 +02:00
..
HashFunction.h LibCrypto: Remove all uses of VLAs 2021-05-13 17:53:32 +02:00
HashManager.h LibCrypto: Add the SHA-384 hash algorithm 2021-05-19 09:18:45 +02:00
MD5.cpp AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
MD5.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
SHA1.cpp AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
SHA1.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
SHA2.cpp LibCrypto: Add the SHA-384 hash algorithm 2021-05-19 09:18:45 +02:00
SHA2.h LibCrypto: Add the SHA-384 hash algorithm 2021-05-19 09:18:45 +02:00