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
/
Hash
Age
Commit message (
Expand
)
Author
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-13
LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero
Brian Gianforcaro
2021-09-12
LibCrypto: Use explicit_bzero instead of memset to zero 'secure data'
Brian Gianforcaro
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-05-19
LibCrypto: Use the new return-from-Variant::visit() mechanism
Ali Mohammad Pur
2021-05-19
LibCrypto: Use AK::Variant in HashManager
DexesTTP
2021-05-19
LibCrypto: Use AK::Variant in MultiHashDigestVariant
DexesTTP
2021-05-19
LibCrypto: Add the SHA-384 hash algorithm
DexesTTP
2021-05-13
LibCrypto: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-07
LibCrypto: Fix a mistake in appendff() conversion
Andreas Kling
2021-05-07
LibCrypto: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
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-21
Everywhere: Remove redundant inline keyword with constexpr
Lenny Maiorani
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