Commit b459336c authored by kokke's avatar kokke
Browse files

Update aes.c

parent 376f23ab
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment