aes128cfb_0

This commit is contained in:
wangyu
2020-07-15 01:37:47 -04:00
parent 2f0328a41a
commit 15c15d5bcb
3 changed files with 16 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
//extern char key[16];
const int aes_key_optimize=1; //if enabled,once you used a key for aes,you cant change it anymore
extern int aes128cfb_old;
int my_init_keys(const char *,int);