diff --git a/aes.h b/aes.h index 2921ae90..274f67c6 100644 --- a/aes.h +++ b/aes.h @@ -19,7 +19,7 @@ NAMESPACE_BEGIN(CryptoPP) //! The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks //! \sa AES winner, announced on 10/2/2000 //! \since Rijndael since Crypto++ 3.2, Intel AESNI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0 -DOCUMENTED_TYPEDEF(Rijndael, AES); +DOCUMENTED_TYPEDEF(Rijndael, AES) typedef RijndaelEncryption AESEncryption; typedef RijndaelDecryption AESDecryption;