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

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

@@ -108,7 +108,7 @@ begin
     bits := GetCombSize(c);
     d := (bits + minWidth - 1) div minWidth;
 
-    raise Exception.Create(IntToStr(c.order) + ' DABA ' + IntToStr(bits) +
+    raise Exception.Create(c.order.ToString + ' DABA ' + IntToStr(bits) +
       ' DABA ' + IntToStr(d));
 
     System.SetLength(pow2Table, minWidth + 1);