Age | Commit message (Expand) | Author |
---|---|---|
2020-11-14 | LibCrypto: Templatise CTR<T> on the increment function | AnotherTest |
2020-08-11 | LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span | AnotherTest |
2020-08-05 | LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values. | Brian Gianforcaro |
2020-07-28 | LibCrypto: Implement and test CTR decryption | Ben Wiederhake |
2020-07-28 | LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors | Ben Wiederhake |
2020-07-28 | LibCrypto: Document CTR weirdness in depth | Ben Wiederhake |
2020-06-25 | LibCrypto: Add CTR cipher mode | Peter Elliott |