@@ -12,8 +12,6 @@ namespace Renci.SshNet.Security.Cryptography.Ciphers
/// </summary>
public class RsaCipher : AsymmetricCipher
{
- private static RNGCryptoServiceProvider _randomizer = new System.Security.Cryptography.RNGCryptoServiceProvider();
-
private bool _isPrivate;
private RsaKey _key;
@@ -13,8 +13,6 @@ namespace Renci.SshNet.Security.Cryptography
public class DsaDigitalSignature : DigitalSignature, IDisposable
private HashAlgorithm _hash;
private DsaKey _key;
@@ -16,8 +16,6 @@ namespace Renci.SshNet.Security
public abstract class KeyExchangeDiffieHellman : KeyExchange
/// <summary>
/// Specifies key exchange group number.