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-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-22
LibCrypto: Add SignedBigInteger::is_positive()
Moustafa Raafat
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-09-15
LibCrypto: Fix -0 and 0 non-equality
Lucas CHOLLET
2022-09-15
LibCrypto: Add BigFraction
Lucas CHOLLET
2022-09-15
LibCrypto: Add SignedBigInteger::negated_value()
Lucas CHOLLET
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-26
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
davidot
2022-08-26
LibCrypto: Make the constructors of (Un)SignedBigInteger templated
davidot
2022-08-26
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
davidot
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Make a VERIFY a static_assert since it only uses constants
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-07-18
LibCrypto: Expose UnsignedBigInteger's is_zero() in SignedBigInteger
Timothy Flynn
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-07-09
LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes
Lucas CHOLLET
2022-05-12
LibCrypto: Add Ed25519
stelar7
2022-05-12
LibCrypto: Move Curve25519 related code into separate file
stelar7
2022-04-17
LibCrypto: Implement custom BitStringView for ASN.1 decoder
Michiel Visser
2022-04-17
LibCrypto: Fix inverted boolean decoded error in ASN.1
Michiel Visser
2022-04-17
LibTLS: ASN1 parse_utc_time handle pre 2000 years
Michiel Visser
2022-04-13
LibCrypto: Add ChaCha20
stelar7
2022-04-08
LibCrypto: Add Poly1305
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
LibCrypto: Correctly add length to SHA384 and SHA512 hashes
Michiel Visser
2022-03-22
LibCrypto: Fix grammar in a couple of comments
Linus Groh
2022-03-20
LibCrypto: Move all elliptic curve private methods into .cpp
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
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-03-09
LibCrypto: Add curve X448
stelar7
2022-02-26
LibCrypto: Simplify and move CRC32 table to cpp file
Lenny Maiorani
2022-02-23
LibTLS: Add signature verification for DHE and ECDHE key exchange
Michiel Visser
2022-02-23
LibCrypto: Add EMSA-PKCS1-V1_5 encoder and verification
Michiel Visser
2022-02-18
LibCrypto: Add curve x25519
stelar7
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-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
[next]