Compatibility: Eagle 50, 50E, 100
Simple example using AES with a normal key.
This example shows how to set an encryption key and then use that key to encrypt some plaintext. It then sets the decryption key and decrypts the previously encrypted block back to plaintext.
References:
The AES block cipher was designed by Vincent Rijmen and Joan Daemen.
This file was taken from xyssl-0.7 and modified by Luminary Micro.