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

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); } }