<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Cryptography.StreamCipher

public abstract class StreamCipher : SymmetricCipher
Base class of stream cipher algorithms.
namespace Renci.SshNet.Security.Cryptography { public abstract class StreamCipher : SymmetricCipher { protected StreamCipher(byte[] key); } }