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 |
|
Brian Gianforcaro
|
9572c95152
|
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
|
2020-08-05 12:27:15 +02:00 |
|
Ben Wiederhake
|
a296020e03
|
LibCrypto: Implement and test CTR decryption
|
2020-07-28 19:10:10 +02:00 |
|
Ben Wiederhake
|
a51cbc2978
|
LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors
|
2020-07-28 19:10:10 +02:00 |
|
Ben Wiederhake
|
ef4ce54b02
|
LibCrypto: Document CTR weirdness in depth
|
2020-07-28 19:10:10 +02:00 |
|
Peter Elliott
|
2e8cfe5435
|
LibCrypto: Add CTR cipher mode
Kernel: Changed fortuna implementation to use CTR mode instead of
manually implementing a counter.
|
2020-06-25 21:05:40 +02:00 |
|