summaryrefslogtreecommitdiff
path: root/hight.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-01 03:42:17 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-01 03:42:17 -0400
commitc58ea35e23acd34aee220a7929c252392345a7d6 (patch)
tree9fda8f4a28c5b5733faa41c4c015877bf3d69fe4 /hight.h
parent64d15aff668da71290ff104353d2974e04ff5801 (diff)
downloadcryptopp-git-c58ea35e23acd34aee220a7929c252392345a7d6.tar.gz
Update documentation
Diffstat (limited to 'hight.h')
-rw-r--r--hight.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hight.h b/hight.h
index 2377638c..6af94e3e 100644
--- a/hight.h
+++ b/hight.h
@@ -32,8 +32,9 @@ struct HIGHT_Info : public FixedBlockSize<8>, public FixedKeyLength<16>
/// \brief HIGHT 64-bit block cipher
/// \details HIGHT provides 64-bit block size. The valid key size is 128-bits.
/// \note Crypto++ provides a byte oriented implementation
-/// \sa <a href="http://www.cryptopp.com/wiki/HIGHT">HIGHT</a>, <a href=
-/// "https://seed.kisa.or.kr/">Korea Internet &amp; Security Agency</a> website
+/// \sa <a href="http://www.cryptopp.com/wiki/HIGHT">HIGHT</a>,
+/// <a href="https://seed.kisa.or.kr/">Korea Internet &amp; Security
+/// Agency</a> website
/// \since Crypto++ 7.1
class CRYPTOPP_NO_VTABLE HIGHT : public HIGHT_Info, public BlockCipherDocumentation
{