Update documentation

pull/670/head
Jeffrey Walton 2018-06-17 22:49:59 -04:00
parent 1f06c512c4
commit 30b2de26f4
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

4
lea.h
View File

@ -29,9 +29,9 @@ struct LEA_Info : public FixedBlockSize<16>, VariableKeyLength<16,16,32,8>
};
/// \brief LEA 128-bit block cipher
/// \details LEA provides 128-bit block size. The valid key size is 128-bit and 256-bit.
/// \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 LEA, <a href="http://www.cryptopp.com/wiki/LEA">LEA</a>, <a href=
/// \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