From 30b2de26f4b987a2555b6f55c185937ac835b269 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 17 Jun 2018 22:49:59 -0400 Subject: [PATCH] Update documentation --- lea.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lea.h b/lea.h index 05f6c390..e5a6dc4e 100644 --- a/lea.h +++ b/lea.h @@ -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, LEA, LEA, /// LEA: A 128-Bit Block Cipher for Fast Encryption on Common Processors /// \since Crypto++ 7.1