mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-18 00:02:01 +00:00
The trimmed cache length of the `UnsignedBigInteger` was not reset after an `add_into_accumulator_without_allocation` operation because the function manipulates the words directly. This meant that if the trimmed length was calculated before this operation it would be wrong after. |
||
---|---|---|
.. | ||
BitwiseOperations.cpp | ||
Division.cpp | ||
GCD.cpp | ||
ModularInverse.cpp | ||
ModularPower.cpp | ||
Multiplication.cpp | ||
SimpleOperations.cpp | ||
UnsignedBigIntegerAlgorithms.h |