index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibCrypto
Age
Commit message (
Expand
)
Author
2022-05-12
LibCrypto: Add Ed25519
stelar7
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-20
LibCrypto: Add DH exchange for SECP256r1 to TestCurves
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-09
LibCrypto: Add curve X448
stelar7
2022-02-18
LibCrypto: Add curve x25519
stelar7
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
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
2021-12-08
LibCrypto+Tests: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-07-01
LibCrypto: Add tests for SignedBigInteger bitwise operations
Gal Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-19
LibCrypto+LibTLS: Split and move test suite into Tests directory
Peter Bocan