AES Normal Key (aes_set_key)

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.

 

aes_set_key

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

References:


The AES block cipher was designed by Vincent Rijmen and Joan Daemen.

  1. http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
  2. http://focus.ti.com/lit/an/spma021/spma021.pdf

This file was taken from xyssl-0.7 and modified by Luminary Micro.