mirror of
https://github.com/kokke/tiny-AES-c.git
synced 2025-01-08 12:36:19 +08: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…
x
Reference in New Issue
Block a user