From 376f23ab9893c59350e96f8362585edaba9f64d8 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 3 Jun 2014 01:00:40 +0200 Subject: Update aes.h --- aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.h b/aes.h index 309d1d6..38f15a8 100644 --- a/aes.h +++ b/aes.h @@ -3,6 +3,6 @@ #include -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_ -- cgit v1.2.3