1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 08:24:58 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher
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
..
Mode LibCrypto: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
AES.cpp LibCrypto: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
AES.h LibCrypto: Do not assume that the passed in IV is as long as a block 2021-05-14 08:39:29 +01:00
Cipher.h LibCrypto: Do not assume that the passed in IV is as long as a block 2021-05-14 08:39:29 +01:00