mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-24 22:39:54 +03:00
Update aes.h
This commit is contained in:
parent
fbe81e53d6
commit
c07c509395
2
aes.h
2
aes.h
@ -5,7 +5,5 @@
|
||||
|
||||
void AES128_ECB_encrypt(uint8_t* input, const uint8_t* key, uint8_t *output);
|
||||
void AES128_ECB_decrypt(uint8_t* input, const uint8_t* key, uint8_t *output);
|
||||
void AES128_ECB_encrypt_nc(uint8_t* data, const uint8_t* key);
|
||||
void AES128_ECB_decrypt_nc(uint8_t* data, const uint8_t* key);
|
||||
|
||||
#endif //_AES_H_
|
||||
|
Loading…
Reference in New Issue
Block a user