1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher
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
..
Mode LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
AES.cpp LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the Kernel 2022-02-16 22:21:37 +01:00
AES.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
AESTables.h LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
Cipher.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00