Ugochukwu Mmaduekwe 7 years ago
parent
commit
4d7ae38778
1 changed files with 1 additions and 2 deletions
  1. 1 2
      CryptoLib/src/Math/EC/Multiplier/ClpFixedPointUtilities.pas

+ 1 - 2
CryptoLib/src/Math/EC/Multiplier/ClpFixedPointUtilities.pas

@@ -118,8 +118,7 @@ begin
 
 
     raise Exception.Create(pow2Table[0].ToString + ' DABA ' + pow2Table[1]
     raise Exception.Create(pow2Table[0].ToString + ' DABA ' + pow2Table[1]
       .ToString + ' DABA ' + pow2Table[2].ToString + ' DABA ' + pow2Table[3]
       .ToString + ' DABA ' + pow2Table[2].ToString + ' DABA ' + pow2Table[3]
-      .ToString + ' DABA ' + pow2Table[4].ToString + ' DABA ' + pow2Table[5]
-      .ToString);
+      .ToString + ' DABA ' + pow2Table[4].ToString);
 
 
     // This will be the 'offset' value
     // This will be the 'offset' value
     pow2Table[minWidth] := pow2Table[0].Subtract(pow2Table[1]);
     pow2Table[minWidth] := pow2Table[0].Subtract(pow2Table[1]);