|
|
@@ -512,6 +512,13 @@ begin
|
|
|
end;
|
|
|
|
|
|
result := ImplSumOfMultiplies(negs, infos, wnafs);
|
|
|
+
|
|
|
+ for i := System.Low(infos) to System.High(infos) do
|
|
|
+ begin
|
|
|
+ infos[i].PreComp := Nil;
|
|
|
+ infos[i].PreCompNeg := Nil;
|
|
|
+ end;
|
|
|
+
|
|
|
end;
|
|
|
|
|
|
class function TECAlgorithms.ImplSumOfMultiplies(negs: TCryptoLibBooleanArray;
|