summaryrefslogtreecommitdiff
path: root/rabbit.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-04 03:55:58 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-04 03:55:58 -0400
commitffc0198991ec556661c3b0a1308b88644e69f1eb (patch)
tree4240b7118e15e4b532993d1337bc2e60297b42f9 /rabbit.h
parentd00777e1d7c5f129b8b86837f7a03c4e1de7da35 (diff)
downloadcryptopp-git-ffc0198991ec556661c3b0a1308b88644e69f1eb.tar.gz
Update documentation
Diffstat (limited to 'rabbit.h')
-rw-r--r--rabbit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rabbit.h b/rabbit.h
index 46715f7e..538b9483 100644
--- a/rabbit.h
+++ b/rabbit.h
@@ -8,7 +8,7 @@
/// \file rabbit.h
/// \brief Classes for Rabbit stream cipher
/// \sa <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
+/// 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>.
/// \since Crypto++ 7.1
@@ -81,7 +81,7 @@ protected:
// 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
-/// Stream Cipher Rabbit (v1.1)< /A>, <A HREF="http://www.ecrypt.eu.org/stream/rabbitpf.html">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>.
/// \since Crypto++ 7.1
@@ -96,7 +96,7 @@ struct Rabbit : public RabbitInfo, public SymmetricCipherDocumentation
// 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
-/// Stream Cipher Rabbit (v1.1)< /A>, <A HREF="http://www.ecrypt.eu.org/stream/rabbitpf.html">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>.
/// \since Crypto++ 7.1