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

Renci.SshNet.Security.Cryptography.Ciphers.AesGcmCipher

AES GCM cipher implementation. .
namespace Renci.SshNet.Security.Cryptography.Ciphers { internal sealed class AesGcmCipher : SymmetricCipher, IDisposable { public AesGcmCipher(byte[] key, byte[] iv, int aadLength); public void Dispose(bool disposing); public void Dispose(); } }