mirror of
https://github.com/kokke/tiny-AES-c.git
synced 2025-01-08 12:36:19 +08:00
Update aes.h
This commit is contained in:
parent
448acb512a
commit
00001e0835
1
aes.h
1
aes.h
@ -4,5 +4,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
void AES128_ECB_encrypt(uint8_t* input, uint8_t* key, uint8_t *output);
|
void AES128_ECB_encrypt(uint8_t* input, uint8_t* key, uint8_t *output);
|
||||||
|
void AES128_ECB_decrypt(uint8_t* input, uint8_t* key, uint8_t *output);
|
||||||
|
|
||||||
#endif //_AES_H_
|
#endif //_AES_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user