summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-04 03:59:22 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-04 03:59:22 -0400
commit0ebee8708e46ddab5529f102b6dddcee7850d009 (patch)
tree528656a671a7c47c4f92abce7fb22dcf2aa52cf5 /rabbit.h
parentffc0198991ec556661c3b0a1308b88644e69f1eb (diff)
downloadcryptopp-git-0ebee8708e46ddab5529f102b6dddcee7850d009.tar.gz
Update documentation
Diffstat (limited to 'rabbit.h')
-rw-r--r--rabbit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/rabbit.h b/rabbit.h
index 538b9483..bc590c8d 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -77,10 +77,10 @@ protected:
};
/// \brief Rabbit stream cipher
-/// \details is a stream cipher developed by Martin Boesgaard, Mette Vesterager,
-// Thomas Pedersen, Jesper Christiansen and Ove Scavenius. Rabbit is one of the final four
+/// \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.
-/// \sa <A HREF="http://www.ecrypt.eu.org/stream/p3ciphers/rabbit/rabbit_p3.pdf">The
+/// \sa RabbitWithIV, <A HREF="http://www.ecrypt.eu.org/stream/p3ciphers/rabbit/rabbit_p3.pdf">The
/// Stream Cipher Rabbit (v1.1)</A>, <A HREF="http://www.ecrypt.eu.org/stream/rabbitpf.html">The
/// eSTREAM Project - eSTREAM Phase 3 - Rabbit</A> and
/// <A HREF="https://www.cryptopp.com/wiki/Rabbit">Crypto++ Wiki | Rabbit</A>.
@@ -92,10 +92,10 @@ struct Rabbit : public RabbitInfo, public SymmetricCipherDocumentation
};
/// \brief Rabbit stream cipher
-/// \details is a stream cipher developed by Martin Boesgaard, Mette Vesterager,
-// Thomas Pedersen, Jesper Christiansen and Ove Scavenius. Rabbit is one of the final four
+/// \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.
-/// \sa <A HREF="http://www.ecrypt.eu.org/stream/p3ciphers/rabbit/rabbit_p3.pdf">The
+/// \sa Rabbit, <A HREF="http://www.ecrypt.eu.org/stream/p3ciphers/rabbit/rabbit_p3.pdf">The
/// Stream Cipher Rabbit (v1.1)</A>, <A HREF="http://www.ecrypt.eu.org/stream/rabbitpf.html">The
/// eSTREAM Project - eSTREAM Phase 3 - Rabbit</A> and
/// <A HREF="https://www.cryptopp.com/wiki/Rabbit">Crypto++ Wiki | Rabbit</A>.