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

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

@@ -86,7 +86,7 @@ begin
   // * Although the various multipliers ought not to produce invalid output under normal
   // * circumstances, a final check here is advised to guard against fault attacks.
   // */
-//  Result := TECAlgorithms.ValidatePoint(Result);
+  Result := TECAlgorithms.ValidatePoint(Result);
 
 end;