Browse Source

adjust comment.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
7715fbd5c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Crypto/Engines/ClpPascalCoinIESEngine.pas

+ 1 - 1
CryptoLib/src/Crypto/Engines/ClpPascalCoinIESEngine.pas

@@ -291,8 +291,8 @@ begin
       bIn := TBytesStream.Create(System.Copy(&in, inOff, inLen));
 
       try
-        bIn.Position := SECURE_HEAD_SIZE;
         // for existing PascalCoin compatiblity purposes
+        bIn.Position := SECURE_HEAD_SIZE;
 
         try
           FpubParam := FkeyParser.ReadKey(bIn);