1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 12:35:06 +00:00
serenity/Userland/Libraries/LibCrypto/BigInt/Algorithms
Nico Weber 013799a4dd LibCrypto+LibJS: Better bigint bitwise_or binop
Similar to the bitwise_and change, but we have to be careful to
sign-extend two's complement numbers only up to the highest set bit
in the positive number.
2022-01-18 20:04:06 +03:30
..
BitwiseOperations.cpp LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30
Division.cpp LibCrypto: Add the UnsignedBigInteger::Word alias 2021-05-13 19:18:07 +01:00
GCD.cpp LibCrypto: Split BigInteger operations into an Algorithms class 2021-05-13 19:18:07 +01:00
ModularInverse.cpp LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms 2021-05-13 19:18:07 +01:00
ModularPower.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Multiplication.cpp LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms 2021-05-13 19:18:07 +01:00
SimpleOperations.cpp LibCrypto: Add a += operation to UnsignedBigIntegerAlgorithms 2021-05-13 19:18:07 +01:00
UnsignedBigIntegerAlgorithms.h LibCrypto+LibJS: Better bigint bitwise_or binop 2022-01-18 20:04:06 +03:30