diff --git a/Salsa20Cipher/Salsa20CryptoTransform.cs b/Salsa20Cipher/Salsa20CryptoTransform.cs index 6210b2f..6a924c9 100644 --- a/Salsa20Cipher/Salsa20CryptoTransform.cs +++ b/Salsa20Cipher/Salsa20CryptoTransform.cs @@ -33,7 +33,7 @@ namespace Salsa20Cipher { /// public sealed class Salsa20CryptoTransform : ICryptoTransform { /// - /// The ChaCha20 state (aka "context") + /// The Salsa20 state (aka "context") /// private uint[] state;