We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395ddca commit 6948edaCopy full SHA for 6948eda
src/Renci.SshNet/Security/Cryptography/Ciphers/AesCipherMode.cs
@@ -1,7 +1,7 @@
1
namespace Renci.SshNet.Security.Cryptography.Ciphers
2
{
3
/// <summary>
4
- /// Custom Cipher Mode, follows System.Security.Cryptography.CipherMode.
+ /// Custom AES Cipher Mode, follows System.Security.Cryptography.CipherMode.
5
/// </summary>
6
public enum AesCipherMode
7
0 commit comments