From b459336cbb5ee9c076184b5eb49b520afa09f823 Mon Sep 17 00:00:00 2001 From: kokke Date: Tue, 3 Jun 2014 01:00:56 +0200 Subject: Update aes.c --- aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aes.c b/aes.c index 1cc534d..c76830d 100644 --- a/aes.c +++ b/aes.c @@ -315,7 +315,7 @@ static void Cipher() /* Public functions: */ /*****************************************************************************/ -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) { // Copy the Key and CipherText Key = key; -- cgit v1.2.3