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
/
BigInt
/
UnsignedBigInteger.h
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-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
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-07-09
LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes
Lucas CHOLLET
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibCrypto
Lenny Maiorani
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-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
2021-07-12
LibCrypto: Add the >= operator to UnsignedBigInteger
Idan Horowitz
2021-07-07
LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger
Linus Groh
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
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-13
LibCrypto: Reduce the UnsignedBigInteger inline size to 32 words
DexesTTP
2021-05-13
LibCrypto: Add the montgomery modular power algorithm
DexesTTP
2021-05-13
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
DexesTTP
2021-05-13
LibCrypto: Add the UnsignedBigInteger::Word alias
DexesTTP
2021-05-13
LibCrypto: Split BigInteger operations into an Algorithms class
DexesTTP
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
LibCrypto: Avoid overly big allocs in intermediate ModularPower results
AnotherTest
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling