1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01:00
..
Mode Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
AES.cpp LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
AES.h LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
AESTables.h LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
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