1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 21:27:44 +00:00
serenity/Userland/Libraries/LibCrypto/PK
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
..
Code Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00
PK.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00
RSA.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
RSA.h LibCrypto: Exclude class_name() methods from the Kernel 2022-02-16 22:21:37 +01:00