BeRTOS
aes.c File Reference

AES Advanced Encryption Standard implementation. More...

#include "aes.h"
#include <cfg/compiler.h>
#include <cpu/byteorder.h>
#include <string.h>
#include "aes_f8.h"

Go to the source code of this file.


Detailed Description

AES Advanced Encryption Standard implementation.

Author:
Giovanni Bajo <rasky@develer.com>

Definition in file aes.c.