mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8271616: oddPart in MutableBigInteger::mutableModInverse contains info on final result
Reviewed-by: bpb, darcy, valeriep
This commit is contained in:
parent
0199b03eb3
commit
a8408708b0
1 changed files with 1 additions and 0 deletions
|
@ -2106,6 +2106,7 @@ class MutableBigInteger {
|
|||
|
||||
oddPart.leftShift(powersOf2);
|
||||
oddPart.multiply(y1, result);
|
||||
oddPart.clear();
|
||||
|
||||
evenPart.multiply(oddMod, temp1);
|
||||
temp1.multiply(y2, temp2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue