Browse Source

minor cleanup.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
da080d8daf

+ 0 - 2
CryptoLib/src/Crypto/Generators/ClpHkdfBytesGenerator.pas

@@ -60,8 +60,6 @@ type
     FhashLen, FgeneratedBytes: Int32;
     Finfo, FcurrentT: TCryptoLibByteArray;
 
-  strict private
-
     /// <summary>
     /// Performs the extract part of the key derivation function.
     /// </summary>

+ 0 - 1
CryptoLib/src/Crypto/Signers/ClpSchnorrDigestSigner.pas

@@ -22,7 +22,6 @@ unit ClpSchnorrDigestSigner;
 interface
 
 uses
-
   SysUtils,
   Classes,
   ClpISchnorr,