cya_u
Fork of CyaSSL-forEncrypt by
Diff: ctc_aes.h
- Revision:
- 1:2cec76fea11b
- Parent:
- 0:5045d2638c29
--- a/ctc_aes.h Sat Feb 05 01:09:17 2011 +0000 +++ b/ctc_aes.h Thu Mar 24 14:39:14 2016 +0000 @@ -72,7 +72,7 @@ int AesSetKey(Aes* aes, const byte* key, word32 len, const byte* iv, int dir); void AesCbcEncrypt(Aes* aes, byte* out, const byte* in, word32 sz); void AesCbcDecrypt(Aes* aes, byte* out, const byte* in, word32 sz); - +void AesEncrypt(Aes* aes, const byte* inBlock, byte* outBlock); #ifdef __cplusplus } /* extern "C" */