Renci.SshNet.Security.Cryptography.Ciphers.ChaCha20Poly1305Cipher
ChaCha20Poly1305 cipher implementation.
.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
internal sealed class ChaCha20Poly1305Cipher : SymmetricCipher
{
public ChaCha20Poly1305Cipher(byte[] key, int aadLength);
}
}