summaryrefslogtreecommitdiff
path: root/3way.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-11-20 19:15:33 -0500
committerJeffrey Walton <noloader@gmail.com>2015-11-20 19:15:33 -0500
commitc45435812225aa68d122c7de246e5f60b509766c (patch)
treed834edb16c82beed38291b896cfb3ac145dd5aae /3way.h
parent5f70a7c85e02f3c3392930d32682a500d7258b8c (diff)
downloadcryptopp-git-c45435812225aa68d122c7de246e5f60b509766c.tar.gz
Crypto++ 5.6.3 check-in
Diffstat (limited to '3way.h')
-rw-r--r--3way.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/3way.h b/3way.h
index 48b65715..5827e0e6 100644
--- a/3way.h
+++ b/3way.h
@@ -1,8 +1,7 @@
// 3way.h - written and placed in the public domain by Wei Dai
-//! \file
-//! \headerfile 3way.h
-//! \brief Class file for the 3way cipher
+//! \file 3way.h
+//! \brief Classes for the 3-Way block cipher
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
@@ -68,3 +67,6 @@ typedef ThreeWay::Decryption ThreeWayDecryption;
NAMESPACE_END
#endif
+D
+
+#endif