summaryrefslogtreecommitdiff
path: root/salsa.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-04-21 04:08:06 -0400
committerJeffrey Walton <noloader@gmail.com>2016-04-21 04:08:06 -0400
commitc82f0a0d6a126e34613ac68fc3eddd91102d65bc (patch)
treedd0ff62eeb65a9251cfcccce86c35333847819b7 /salsa.h
parent8ac5c499c2e07792105b51b9288be3e9beba3031 (diff)
downloadcryptopp-git-c82f0a0d6a126e34613ac68fc3eddd91102d65bc.tar.gz
Updated documentation
Diffstat (limited to 'salsa.h')
-rw-r--r--salsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/salsa.h b/salsa.h
index 37742400..54d1ec69 100644
--- a/salsa.h
+++ b/salsa.h
@@ -44,7 +44,7 @@ protected:
//! \class Salsa20
//! \brief Salsa20 stream cipher information
-//! \details XSalsa20 provides a variable number of rounds: 8, 12 or 20. The default number of rounds is 20.
+//! \details Salsa20 provides a variable number of rounds: 8, 12 or 20. The default number of rounds is 20.
//! \sa <a href="http://www.cryptolounge.org/wiki/XSalsa20">XSalsa20</a>
struct Salsa20 : public Salsa20_Info, public SymmetricCipherDocumentation
{