AES-NI encrypt and decrypt

This commit is contained in:
orignal 2014-05-07 15:40:24 -04:00
parent 236c606578
commit 54e042b08d
2 changed files with 4 additions and 4 deletions

2
aes.h
View file

@ -17,7 +17,7 @@ namespace crypto
#ifdef __x86_64__
// AES-NI assumed
class ECNCryptoAESNI
class ECBCryptoAESNI
{
public: