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-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-01-31
LibCrypto: Change UnsignedBigInteger parser to use a StringView
Timothy Flynn
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-18
LibCrypo: Simplify mixed-sign bitwise_or
Nico Weber
2022-01-18
LibCrypto: Remove some now-unused (and incorrect) methods
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-18
LibCrypto: Add Formatter<SignedBigInteger>
Nico Weber
2022-01-09
LibCrypto: Link against LibCore
Daniel Bertalan
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
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
[next]