diff options
-rw-r--r-- | aes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ #include <stdint.h> -void AES128_ECB(uint8_t* input, uint8_t* key, uint8_t *output); +void AES128_ECB_encrypt(uint8_t* input, uint8_t* key, uint8_t *output); #endif //_AES_H_ |