1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 23:37:35 +00:00
serenity/Userland/Libraries/LibCrypto/Hash
Idan Horowitz c8db8d6152 LibCrypto: Exclude class_name() methods from the Kernel
These are only used by Userland and contain infallible String
allocations, so let's just ifdef them out of the Kernel.
2022-02-16 22:21:37 +01:00
..
HashFunction.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
HashManager.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
MD5.cpp LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero 2021-09-13 00:02:42 +02:00
MD5.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
SHA1.cpp LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero 2021-09-13 00:02:42 +02:00
SHA1.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
SHA2.cpp LibCrypto: Add the SHA-384 hash algorithm 2021-05-19 09:18:45 +02:00
SHA2.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00