mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
AES-NI encrypt and decrypt
This commit is contained in:
parent
236c606578
commit
54e042b08d
2 changed files with 4 additions and 4 deletions
2
aes.h
2
aes.h
|
@ -17,7 +17,7 @@ namespace crypto
|
|||
|
||||
#ifdef __x86_64__
|
||||
// AES-NI assumed
|
||||
class ECNCryptoAESNI
|
||||
class ECBCryptoAESNI
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue