Răsfoiți Sursa

Remove some test code from previouse commit

olegkap_cp 12 ani în urmă
părinte
comite
c62571a059

+ 1 - 1
Renci.SshClient/Renci.SshNet/Security/Cryptography/HMAC.cs

@@ -130,7 +130,7 @@ namespace Renci.SshNet.Security.Cryptography
 
             this._isHashing = false;
 
-            return this._hash.Hash.Take(12).ToArray();
+            return this._hash.Hash;
         }
 
         private void InternalInitialize()