testing
This commit is contained in:
9
Advanced-Encryption-Standard/include/aes.h
Normal file
9
Advanced-Encryption-Standard/include/aes.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef AES_H
|
||||
#define AES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void aes_encrypt(uint8_t *message, uint8_t *key);
|
||||
void aes_decrypt(uint8_t *message, uint8_t *key);
|
||||
|
||||
#endif // AES_H
|
||||
Reference in New Issue
Block a user