ladybird/Libraries/LibCrypto/BigInt/Algorithms
Jess 12cbefbee7 LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods
This speeds up expressions such as `BigInt.asIntN(0x4000000000000, 1n)`
(#3615). And those involving very large bigints.
2025-03-20 09:44:12 +01:00
..
BitwiseOperations.cpp LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods 2025-03-20 09:44:12 +01:00
Division.cpp
GCD.cpp LibCrypto: Add extended GCD algorithm 2024-12-15 23:31:49 +01:00
ModularInverse.cpp LibCrypto: Update ModularInverse implementation to use extended GCD 2024-12-15 23:31:49 +01:00
ModularPower.cpp
Multiplication.cpp
SimpleOperations.cpp LibCrypto: Reset cached trimmed length after add_into_accumulator 2024-12-15 23:31:49 +01:00
UnsignedBigIntegerAlgorithms.h LibJS+LibCrypto: Use a bitwise approach for BigInt's as*IntN methods 2025-03-20 09:44:12 +01:00