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
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
LibCrypto: Make `Digest`s able to return `bytes`
Michel Hermier
2022-01-05
LibCrypto: Mutualize `Digest`s
Michel Hermier
2022-01-05
LibCrypto: Make `MultiHashDigestVariant` getters `const` and `nodiscard`
Michel Hermier
2022-01-05
LibCrypto: Remove spurious `;`
Michel Hermier
2021-12-24
LibCrypto: Remove redundant __builtin_memset() call
Daniel Bertalan
2021-12-22
LibCrypto: Add the BigInteger concept
Linus Groh
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-17
LibCrypto: Declobber AES header from s-box tables
Alexander Ulmer
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
2021-11-11
LibCrypto: Pass AK::Bytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-06
LibCrypto: Add missing header to EMSA_PSS.h
Ben Wiederhake
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-16
LibCrypto: Use default instead of an empty constructor/destructor
Brian Gianforcaro
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-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-07-19
LibCrypto: Add operator<= and operator>= to SignedBigInteger
Idan Horowitz
2021-07-12
LibCrypto: Add the >= operator to UnsignedBigInteger
Idan Horowitz
2021-07-09
LibCrypto: Add missing implementation of SBI::divided_by(USBI)
Linus Groh
2021-07-08
LibCrypto: Add missing implementation of SBI::multiplied_by(USBI)
Linus Groh
2021-07-07
LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger
Linus Groh
2021-07-01
LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_and
Gal Horowitz
2021-07-01
LibCrypto: Replace use of negate() in SignedBigInteger::bitwise_or
Gal Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
LibCrypto: Avoid unaligned reads in GHash constructor
Andrew Kaster
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-06-14
LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.set* methods
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.get* methods
Idan Horowitz
2021-06-09
LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger
Idan Horowitz
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-31
LibCrypto: Fix bound checks when reading bitmaps
Ben Wiederhake
2021-05-19
LibCrypto: Use the new return-from-Variant::visit() mechanism
Ali Mohammad Pur
2021-05-19
LibCrypto: Make GCM movable
DexesTTP
2021-05-19
LibCrypto: Use AK::Variant in HashManager
DexesTTP
[next]