mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update documentation
This commit is contained in:
parent
d00777e1d7
commit
ffc0198991
6
rabbit.h
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user