1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher
Lenny Maiorani f1c452059c Libraries: Use default constructors/destructors in LibCrypto
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08: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 Libraries: Use default constructors/destructors in LibCrypto 2022-03-10 18:04:26 -08:00
AESTables.h LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
Cipher.h Libraries: Use default constructors/destructors in LibCrypto 2022-03-10 18:04:26 -08:00