Ugochukwu Mmaduekwe 7 years ago
parent
commit
49f4fd07a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Math/EC/Multiplier/ClpFixedPointCombMultiplier.pas

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

@@ -115,7 +115,7 @@ begin
 
   raise Exception.Create(IntToStr(size) + ' DABA ' + IntToStr(width) + ' DABA '
     + IntToStr(d) + ' DABA ' + R.ToString + ' DABA ' + IntToStr(fullComb) +
-    ' DABA ' + IntToStr(top));
+    ' DABA ' + IntToStr(top) + ' DABA ' + info.Offset.ToString);
 
   for i := 0 to System.Pred(d) do
   begin