Commit 351447e6 authored by kokke's avatar kokke
Browse files

Create aes.h

parent be76dd85
#ifndef _AES_H_
#define _AES_H_
#include <stdint.h>
void AES128_ECB(uint8_t* input, uint8_t* key, uint8_t *output);
#endif //_AES_H_
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