Explorar o código

minor cleanup

Ugochukwu Mmaduekwe %!s(int64=6) %!d(string=hai) anos
pai
achega
758f04aced
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      CryptoLib/src/Utils/Randoms/ClpAESPRNGRandom.pas

+ 0 - 2
CryptoLib/src/Utils/Randoms/ClpAESPRNGRandom.pas

@@ -235,8 +235,6 @@ begin
       DoIncrementCounter;
       LResult := FCipher.DoFinal(FCounter);
       System.Move(LResult[0], data[LDatum], LDataLength * System.SizeOf(Byte));
-
-      // System.Inc(LDatum, LDataLength);
       System.Inc(FBytesSinceSeed, LDataLength);
     end;