1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 15:24:57 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher/Mode
Brian Gianforcaro dba5710efa LibCrypto: Use default instead of an empty constructor/destructor
Default implementations allow for more optimizations.
See: https://pvs-studio.com/en/docs/warnings/v832/
2021-09-16 17:17:13 +02:00
..
CBC.h LibCrypto: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
CTR.h LibCrypto: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
GCM.h LibCrypto: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
Mode.h LibCrypto: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00