Eagle AES Set Key Example
From Manuals
(Difference between revisions)
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | |||
=AES Normal Key (aes_set_key)= | =AES Normal Key (aes_set_key)= | ||
| - | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html | + | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle 50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]== |
Simple example using AES with a normal key. | 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. | 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. | ||
| - | [[Image:AES Normal Key.gif|center | + | |
| + | [[Image:AES Normal Key.gif|center|]] | ||
| + | |||
==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 | ||
Current revision as of 01:03, 20 June 2010
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.
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.

