Ugochukwu Mmaduekwe 7 vuotta sitten
vanhempi
sitoutus
104aae59f2

+ 4 - 0
CryptoLib/src/Math/EC/ClpECCurve.pas

@@ -1041,6 +1041,10 @@ begin
   System.SetLength(zs, len);
   System.SetLength(indices, len);
 
+  raise Exception.Create(points[0].ToString + ' DABA ' + points[1].ToString +
+    ' DABA ' + points[2].ToString + ' DABA ' + points[3].ToString + ' DABA ' +
+    points[4].ToString + ' DABA ' + points[5].ToString);
+
   count := 0;
   for i := 0 to System.Pred(len) do
 

+ 0 - 5
CryptoLib/src/Math/EC/Multiplier/ClpFixedPointUtilities.pas

@@ -121,11 +121,6 @@ begin
 
     c.NormalizeAll(pow2Table);
 
-    raise Exception.Create(pow2Table[0].ToString + ' DABA ' + pow2Table[1]
-      .ToString + ' DABA ' + pow2Table[2].ToString + ' DABA ' + pow2Table[3]
-      .ToString + ' DABA ' + pow2Table[4].ToString + ' DABA ' + pow2Table[5]
-      .ToString);
-
     System.SetLength(lookupTable, n);
 
     lookupTable[0] := pow2Table[0];