index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCrypto
/
Cipher
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-13
LibCrypto: Add ChaCha20
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
LibCrypto: Use AK::timing_safe_compare to validate sensitive data
Brian Gianforcaro
2022-03-10
Libraries: Use default constructors/destructors in LibCrypto
Lenny Maiorani
2022-02-16
LibCrypto: Exclude class_name() methods from the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the Kernel
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-17
LibCrypto: Declobber AES header from s-box tables
Alexander Ulmer
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-09-16
LibCrypto: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-05-19
LibCrypto: Make GCM movable
DexesTTP
2021-05-14
LibCrypto: Do not assume that the passed in IV is as long as a block
Ali Mohammad Pur
2021-05-13
LibCrypto: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-07
LibCrypto: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling