From c82f0a0d6a126e34613ac68fc3eddd91102d65bc Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 21 Apr 2016 04:08:06 -0400 Subject: Updated documentation --- salsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'salsa.h') 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 XSalsa20 struct Salsa20 : public Salsa20_Info, public SymmetricCipherDocumentation { -- cgit v1.2.1