1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Libraries/LibCrypto/Cipher/Mode
Andreas Kling 52b05a08c7 LibCrypto: Reduce use of ByteBuffer in AES code
Use Bytes/ReadonlyBytes more where possible.
2021-01-12 09:34:04 +01:00
..
CBC.h LibCrypto: Reduce use of ByteBuffer in AES code 2021-01-12 09:34:04 +01:00
CTR.h LibCrypto: Reduce use of ByteBuffer in AES code 2021-01-12 09:34:04 +01:00
GCM.h LibCrypto: Reduce use of ByteBuffer in AES code 2021-01-12 09:34:04 +01:00
Mode.h LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans 2020-12-19 18:29:13 +01:00