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
/
TestBigInteger.cpp
Age
Commit message (
Expand
)
Author
2023-01-15
LibCrypto: Define *BigInteger::to_base to convert big integers to String
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
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: Add a way to compare a SignedBigInteger with a double
davidot
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
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