mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-21 21:11:58 +03:00
Update aes.c
This commit is contained in:
parent
376f23ab98
commit
b459336cbb
2
aes.c
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user