Dan Klishch
|
17c9a3e8d9
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
|
2 年之前 |
Moustafa Raafat
|
54b8a2b094
LibCrypto: Add a way to compare UnsignedBigInteger with double
|
2 年之前 |
Brian Gianforcaro
|
d0a1775369
Everywhere: Fix a variety of typos
|
2 年之前 |
davidot
|
528891bf69
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
|
2 年之前 |
davidot
|
77d71a5ffd
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
|
2 年之前 |
davidot
|
8b8cee3172
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
|
2 年之前 |
davidot
|
2290fbc2a0
LibCrypto: Make a VERIFY a static_assert since it only uses constants
|
2 年之前 |
sin-ack
|
7456904a39
Meta+Userland: Simplify some formatters
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Timothy Flynn
|
b0d6399f60
LibCrypto: Do not allow signed big integers to be negative zero
|
3 年之前 |
Timothy Flynn
|
0013227377
LibCrypto: Change UnsignedBigInteger parser to use a StringView
|
3 年之前 |
Nico Weber
|
013799a4dd
LibCrypto+LibJS: Better bigint bitwise_or binop
|
3 年之前 |
Nico Weber
|
1f98639396
LibCrypto+LibJS: Better bigint bitwise_and binop
|
3 年之前 |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 年之前 |
Idan Horowitz
|
bcdad57670
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
|
3 年之前 |
Idan Horowitz
|
75d1ffea00
LibCrypto: Add the >= operator to UnsignedBigInteger
|
4 年之前 |
Linus Groh
|
89641d90db
LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger
|
4 年之前 |
Idan Horowitz
|
005d75656e
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
|
4 年之前 |
Andreas Kling
|
49018553d3
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
|
4 年之前 |
Idan Horowitz
|
2ad2e055e2
LibCrypto: Add {Signed,Unsigned}BigInteger::from_base{2, 8, 16} helpers
|
4 年之前 |
Idan Horowitz
|
d7a70eb77c
LibJS: Add all of the DataView.prototype.set* methods
|
4 年之前 |
Idan Horowitz
|
b17a282b4b
LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger
|
4 年之前 |
DexesTTP
|
5071989545
LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms
|
4 年之前 |
DexesTTP
|
f4e6f58cc6
LibCrypto: Add the UnsignedBigInteger::Word alias
|
4 年之前 |
DexesTTP
|
5963f6f9ff
LibCrypto: Split BigInteger operations into an Algorithms class
|
4 年之前 |
DexesTTP
|
0853d98420
LibCrypto: Fix an out-of-bounds access in UnsignedBigInteger
|
4 年之前 |
Andreas Kling
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
AnotherTest
|
2601441486
LibCrypto: Avoid overly big allocs in intermediate ModularPower results
|
4 年之前 |
Emanuele Torre
|
1f81bc6879
Everywhere: Remove unnecessary whitespace at the end of some lines.
|
4 年之前 |