Ugochukwu Mmaduekwe 7 years ago
parent
commit
24a4c6160d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CryptoLib/src/Math/EC/ClpECAlgorithms.pas

+ 3 - 3
CryptoLib/src/Math/EC/ClpECAlgorithms.pas

@@ -731,14 +731,14 @@ begin
   end;
   end;
   System.Dec(i);
   System.Dec(i);
 
 
-  raise Exception.Create(c[0].ToString + ' DABA ' + c[1].ToString + ' DABA ' +
-    c[2].ToString + ' DABA ' + c[3].ToString + ' DABA ' + c[4].ToString);
-
   if (scale <> Nil) then
   if (scale <> Nil) then
   begin
   begin
     c[i] := c[i].Multiply(scale);
     c[i] := c[i].Multiply(scale);
   end;
   end;
 
 
+  raise Exception.Create(c[0].ToString + ' DABA ' + c[1].ToString + ' DABA ' +
+    c[2].ToString + ' DABA ' + c[3].ToString + ' DABA ' + c[4].ToString);
+
   u := c[i].Invert();
   u := c[i].Invert();
 
 
   while (i > 0) do
   while (i > 0) do