sam4l_aes.h 150 B

12345678
  1. #ifdef SAM4L_AES_H_
  2. #define SAM4L_AES_H_
  3. void aes_init(void);
  4. void aes_set_key(uint8_t * key);
  5. void aes_encrypt(uint8_t * pt);
  6. #endif //SAM4L_AES_H_