summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 06:07:47 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 06:07:47 -0400
commit069d85d3f872974a7ed383ad4c8ddadb80f26fa9 (patch)
tree57001aef64b08a22ebe4bdaf0a5bd8af1438f135 /rabbit.h
parentccc1b71bc88887b49cc7de4ec7fc660939e95750 (diff)
downloadcryptopp-git-069d85d3f872974a7ed383ad4c8ddadb80f26fa9.tar.gz
Update comments
Diffstat (limited to 'rabbit.h')
-rw-r--r--rabbit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rabbit.h b/rabbit.h
index 2e1f2c8f..9c6f04e6 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -77,7 +77,7 @@ protected:
/// \brief Rabbit stream cipher
/// \details Rabbit is a stream cipher developed by Martin Boesgaard, Mette Vesterager,
/// Thomas Pedersen, Jesper Christiansen and Ove Scavenius. Rabbit is one of the final four
-/// Profile 1 (software) ciphers selected for the eSTREAM Portfolio.
+/// Profile 1 (software) ciphers selected for the eSTREAM portfolio.
/// \details Crypto++ provides Rabbit and RabbitWithIV classes. Two classes are necessary
/// because the library lacks the means to describe and manage optional IVs.
/// \sa RabbitWithIV, <A HREF="http://www.ecrypt.eu.org/stream/e2-rabbit.html">The
@@ -93,7 +93,7 @@ struct Rabbit : public RabbitInfo, public SymmetricCipherDocumentation
/// \brief Rabbit stream cipher
/// \details Rabbit is a stream cipher developed by Martin Boesgaard, Mette Vesterager,
/// Thomas Pedersen, Jesper Christiansen and Ove Scavenius. Rabbit is one of the final four
-/// Profile 1 (software) ciphers selected for the eSTREAM Portfolio.
+/// Profile 1 (software) ciphers selected for the eSTREAM portfolio.
/// \details Crypto++ provides Rabbit and RabbitWithIV classes. Two classes are necessary
/// because the library lacks the means to describe and manage optional IVs.
/// \sa Rabbit, <A HREF="http://www.ecrypt.eu.org/stream/e2-rabbit.html">The