Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibCrypto: Reset cached trimmed length after
add_into_accumulator
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.
- Loading branch information