just save
This commit is contained in:
8
main/aes128.h
Executable file
8
main/aes128.h
Executable file
@@ -0,0 +1,8 @@
|
||||
#ifndef AES128_H
|
||||
#define AES128_H
|
||||
|
||||
void aes_init();
|
||||
char aes_encrypt(unsigned char *input,unsigned char *output,unsigned char *key);
|
||||
char aes_decrypt(unsigned char *input,unsigned char *output,unsigned char *key);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user