From 069d85d3f872974a7ed383ad4c8ddadb80f26fa9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 5 Jul 2018 06:07:47 -0400 Subject: Update comments --- rabbit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rabbit.h') 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, 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, The -- cgit v1.2.1