Tim Ledbetter
|
48a3a02238
LibCrypto: Make constructing a BigInteger from string fallible
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Timothy Flynn
|
3ad1f250e7
LibCrypto: Define *BigInteger::to_base to convert big integers to String
|
2 年之前 |
Timothy Flynn
|
0ddc2e1f50
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Moustafa Raafat
|
54b8a2b094
LibCrypto: Add a way to compare UnsignedBigInteger with double
|
2 年之前 |
Lucas CHOLLET
|
4ab8ad2ed2
LibCrypto: Fix -0 and 0 non-equality
|
3 年之前 |
Lucas CHOLLET
|
d589898f5b
LibCrypto: Add SignedBigInteger::negated_value()
|
3 年之前 |
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
|
b5c00830c2
LibCrypto: Add a way to compare a SignedBigInteger with a double
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Nico Weber
|
e09f74903e
LibCrypo: Simplify mixed-sign bitwise_or
|
3 年之前 |
Nico Weber
|
2392f65345
LibCrypto: Remove some now-unused (and incorrect) methods
|
3 年之前 |
Nico Weber
|
d9b6eb29bc
LibCrypto+LibJS: Better bitwise binary_xor binop
|
3 年之前 |
Nico Weber
|
013799a4dd
LibCrypto+LibJS: Better bigint bitwise_or binop
|
3 年之前 |
Nico Weber
|
1f98639396
LibCrypto+LibJS: Better bigint bitwise_and binop
|
3 年之前 |
Nico Weber
|
945d962322
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
|
3 年之前 |
Nico Weber
|
ec37eadb39
LibCrypto: Add Formatter<SignedBigInteger>
|
3 年之前 |
mjz19910
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 年之前 |
Linus Groh
|
58c6a156bf
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
|
3 年之前 |
Idan Horowitz
|
bcdad57670
LibCrypto: Add naive implementation of {Un,}SignedBigInteger::to_double
|
3 年之前 |
Idan Horowitz
|
ff6ca0f02d
LibCrypto: Add operator<= and operator>= to SignedBigInteger
|
4 年之前 |
Linus Groh
|
a216ea4c8d
LibCrypto: Add missing implementation of SBI::divided_by(USBI)
|
4 年之前 |
Linus Groh
|
3e8574a9a8
LibCrypto: Add missing implementation of SBI::multiplied_by(USBI)
|
4 年之前 |
Linus Groh
|
89641d90db
LibCrypto: Add operator>() to UnsignedBigInteger and SignedBigInteger
|
4 年之前 |
Gal Horowitz
|
3872c31b08
LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_and
|
4 年之前 |