SEARCH
TOOLBOX
LANGUAGES
modified on 20 June 2010 at 01:03 ••• 23,343 views

Eagle AES Set Key Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Compatibility Eagle50, 50E, 100)
Line 1: Line 1:
-
__TOC__
 
=AES Normal Key (aes_set_key)=
=AES Normal Key (aes_set_key)=
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]==
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]==
Line 11: Line 10:
==References==
==References==
The AES block cipher was designed by Vincent Rijmen and Joan Daemen.
The AES block cipher was designed by Vincent Rijmen and Joan Daemen.
-
 
http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf

Revision as of 01:00, 20 June 2010

AES Normal Key (aes_set_key)

Compatibility Eagle50, 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.

http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf

http://focus.ti.com/lit/an/spma021/spma021.pdf

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