1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 10:05:07 +00:00
serenity/Libraries/LibCrypto/Cipher/Mode
AnotherTest bc7a149039 LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
This shaves 2.5 more runtime seconds off 'disasm /bin/id', and makes the
Mode<T> interface a lot more allocation-friendly.
2020-08-11 21:37:10 +02:00
..
CBC.h LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
CTR.h LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
Mode.h LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00