This commit is contained in:
wangyu-
2017-09-23 03:05:23 -05:00
parent 0e77b0d5ab
commit d778be2bfc
7 changed files with 377 additions and 360 deletions

View File

@@ -16,7 +16,7 @@ static int8_t zero_iv[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0};//this prog
* https://crypto.stackexchange.com/questions/5421/using-cbc-with-a-fixed-iv-and-a-random-first-plaintext-block
****/
char key[16];//generated from key_string by md5.
/*
TODO