index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCrypto
/
Cipher
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
LibCrypto: Reduce use of ByteBuffer in AES code
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
LibCrypto: Templatise CTR<T> on the increment function
AnotherTest
2020-08-28
LibCrypto: Do not silently ignore key size mismatch
Ben Wiederhake
2020-08-17
LibCrypto: Call bytes() explicitly instead of implicitly.
asynts
2020-08-15
Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.
asynts
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
Crypto: Make AES call malloc much less often
Nico Weber
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
2020-06-25
LibCrypto: Add missing <AK/StringView.h> include
Peter Elliott
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-29
LibCrypto: Format all files with clang-format 10
AnotherTest
2020-05-03
LibCrypto: Correct RFC5246 un-padding behaviour
AnotherTest
2020-05-02
LibCrypto: Tweak ::prune_padding() to be more intuitive with loop bounds
AnotherTest
2020-05-02
LibCrypto+LibTLS: Generalise the use of IV length
AnotherTest
2020-05-02
LibTLS: Implement a preliminary version of the TLS protocol
AnotherTest
2020-05-02
LibCrypto: Fix issues in the Crypto stack
AnotherTest
2020-05-02
LibCrypto: Implement HMAC
AnotherTest
2020-05-02
LibCrypto: Move each subsection into its own namespace
AnotherTest
2020-05-02
LibCrypto: Implement Cipher and AES_CBC
AnotherTest