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

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

@@ -736,11 +736,10 @@ begin
     c[i] := c[i].Multiply(scale);
   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();
 
+  raise Exception.Create(u.ToString);
+
   while (i > 0) do
   begin
     J := off + i;