summaryrefslogtreecommitdiff
path: root/Libraries/LibCrypto/Cipher/Mode/CTR.h
AgeCommit message (Expand)Author
2020-11-14LibCrypto: Templatise CTR<T> on the increment functionAnotherTest
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-07-28LibCrypto: Implement and test CTR decryptionBen Wiederhake
2020-07-28LibCrypto: Fix broken CTR mode, implement RFC 3686 Test VectorsBen Wiederhake
2020-07-28LibCrypto: Document CTR weirdness in depthBen Wiederhake
2020-06-25LibCrypto: Add CTR cipher modePeter Elliott