mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-10 23:23:32 +00:00
Update comments in Rijndael head comments
This commit is contained in:
parent
6f36c7deae
commit
08c37e5887
@ -4,6 +4,10 @@
|
||||
|
||||
// use "cl /EP /P /DCRYPTOPP_GENERATE_X64_MASM rijndael.cpp" to generate MASM code
|
||||
|
||||
/*
|
||||
August 2017: Added support for ARMv8 AES instructions via compiler intrinsics.
|
||||
*/
|
||||
|
||||
/*
|
||||
July 2010: Added support for AES-NI instructions via compiler intrinsics.
|
||||
*/
|
||||
|
@ -4,6 +4,7 @@
|
||||
//! \brief Classes for Rijndael encryption algorithm
|
||||
//! \details All key sizes are supported. The library only provides Rijndael with 128-bit blocks,
|
||||
//! and not 192-bit or 256-bit blocks
|
||||
//! \since Rijndael since Crypto++ 3.2, Intel AESNI since Crypto++ 5.6.1, ARMv8 AES since Crypto++ 6.0
|
||||
|
||||
#ifndef CRYPTOPP_RIJNDAEL_H
|
||||
#define CRYPTOPP_RIJNDAEL_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user