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
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
2021-05-13
LibCrypto: Add the UnsignedBigInteger::Word alias
DexesTTP
2021-05-13
LibCrypto: Split BigInteger operations into an Algorithms class
DexesTTP
2021-05-13
LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger
DexesTTP
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
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-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-14
LibCrypto: memcmp() all bytes in UnsignedBigInteger::operator==
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling