more code change
This commit is contained in:
parent
921704e043
commit
4ea6082a78
|
@ -26,7 +26,7 @@ typedef struct SCryptOpts{
|
|||
char* source;
|
||||
char* result;
|
||||
int32_t unitLen;
|
||||
unsigned char key[17];
|
||||
char key[17];
|
||||
} SCryptOpts;
|
||||
|
||||
int32_t CBC_Decrypt(SCryptOpts* opts);
|
||||
|
|
Loading…
Reference in New Issue