SergeyBel/AES

EncryptBlock\DecryptBlock definition in AES.h

IdanKor51 opened this issue · 1 comments

the definition in the AES.h and in AES.cpp is different
void DecryptBlock(const unsigned char in[], unsigned char out[], unsigned char key[]);
void AES::DecryptBlock(const unsigned char in[], unsigned char out[], unsigned char *roundKeys)

fixed, thanks