From c58ea35e23acd34aee220a7929c252392345a7d6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 1 Jul 2018 03:42:17 -0400 Subject: Update documentation --- lea.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lea.h') 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 LEA, +/// \sa LEA, +/// /// LEA: A 128-Bit Block Cipher for Fast Encryption on Common Processors /// \since Crypto++ 7.1 class CRYPTOPP_NO_VTABLE LEA : public LEA_Info, public BlockCipherDocumentation -- cgit v1.2.1