Eagle AES Set Key Example
From Manuals
(Difference between revisions)
(→Compatibility Eagle50, 50E, 100) |
|||
| Line 6: | Line 6: | ||
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. | ||
Revision as of 15:45, 17 June 2010
Contents |
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.

