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
Age
Commit message (
Expand
)
Author
2022-09-15
LibCrypto: Fix -0 and 0 non-equality
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-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
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-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
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
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
Idan Horowitz
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
2021-07-01
LibCrypto: Replace use of negate() in SignedBigInteger::bitwise_or
Gal Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
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-14
LibCrypto: Prevent a signed overflow during BigInt Modular Power
DexesTTP
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
[next]