diff options
Diffstat (limited to '')
-rw-r--r-- | aes.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,5 @@ void AES128_ECB_encrypt(uint8_t* input, const uint8_t* key, uint8_t *output); void AES128_ECB_decrypt(uint8_t* input, const uint8_t* key, uint8_t *output); -void AES128_ECB_encrypt_nc(uint8_t* data, const uint8_t* key); -void AES128_ECB_decrypt_nc(uint8_t* data, const uint8_t* key); #endif //_AES_H_ |