aligned AES and MAC keys

This commit is contained in:
orignal 2014-11-01 14:56:13 -04:00
parent 7a976dd5f2
commit 4334007688
4 changed files with 26 additions and 18 deletions

3
aes.h
View file

@ -4,6 +4,7 @@
#include <inttypes.h>
#include <cryptopp/modes.h>
#include <cryptopp/aes.h>
#include "Identity.h"
namespace i2p
{
@ -21,6 +22,8 @@ namespace crypto
}
};
typedef i2p::data::Tag<32> AESKey;
#ifdef AESNI
class ECBCryptoAESNI
{