summaryrefslogtreecommitdiff
path: root/lea.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 /lea.h
parent64d15aff668da71290ff104353d2974e04ff5801 (diff)
downloadcryptopp-git-c58ea35e23acd34aee220a7929c252392345a7d6.tar.gz
Update documentation
Diffstat (limited to 'lea.h')
-rw-r--r--lea.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lea.h b/lea.h
index d8d95700..45de50f2 100644
--- a/lea.h
+++ b/lea.h
@@ -35,8 +35,8 @@ struct LEA_Info : public FixedBlockSize<16>, public VariableKeyLength<16,16,32,8
/// \brief LEA 128-bit block cipher
/// \details LEA provides 128-bit block size. The valid key size is 128-bits, 192-bits and 256-bits.
/// \note Crypto++ provides a byte oriented implementation
-/// \sa <a href="http://www.cryptopp.com/wiki/LEA">LEA</a>, <a href=
-/// "https://seed.kisa.or.kr/html/egovframework/iwt/ds/ko/ref/LEA%20A%20128-Bit%20Block%20Cipher%20for%20Fast%20Encryption%20on%20Common%20Processors-English.pdf">
+/// \sa <a href="http://www.cryptopp.com/wiki/LEA">LEA</a>,
+/// <a href="https://seed.kisa.or.kr/html/egovframework/iwt/ds/ko/ref/LEA%20A%20128-Bit%20Block%20Cipher%20for%20Fast%20Encryption%20on%20Common%20Processors-English.pdf">
/// LEA: A 128-Bit Block Cipher for Fast Encryption on Common Processors</a>
/// \since Crypto++ 7.1
class CRYPTOPP_NO_VTABLE LEA : public LEA_Info, public BlockCipherDocumentation