summaryrefslogtreecommitdiff
path: root/blowfish.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-26 00:38:51 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-26 00:38:51 -0400
commitc77029f142e053ee6b1735144abe82baf4bd96d9 (patch)
tree5b7ecf1cd592aa3a3c6577eb584f9d59214f0ee2 /blowfish.h
parent374105198d4472f511f23300aaa6912079173c3e (diff)
downloadcryptopp-git-c77029f142e053ee6b1735144abe82baf4bd96d9.tar.gz
Updated documentation for Crypto++ 1.0 algorithms
Diffstat (limited to 'blowfish.h')
-rw-r--r--blowfish.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/blowfish.h b/blowfish.h
index dc770c9e..740fd375 100644
--- a/blowfish.h
+++ b/blowfish.h
@@ -20,8 +20,9 @@ struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 4,
// <a href="http://www.weidai.com/scan-mirror/cs.html#Blowfish">Blowfish</a>
-//! \class Blowfish_Info
+//! \class Blowfish
//! \brief Blowfish block cipher
+//! \since Crypto++ 1.0
class Blowfish : public Blowfish_Info, public BlockCipherDocumentation
{
//! \class Base