diff options
author | kokke <spam@rowdy.dk> | 2014-05-31 00:46:13 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-31 00:46:13 +0200 |
commit | fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404 (patch) | |
tree | 04e3e73af338726ecfe7d7aef3470d22d273d669 /README.md | |
parent | Update README.md (diff) | |
download | tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar.gz tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar.bz2 tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar.lz tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar.xz tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.tar.zst tiny-AES-c-fedcd53ab2c9cff1dc40e3b6784c0cd03cf63404.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Somehow, -O2 is a bit smaller than -Os with this compiler. I am using Mentor Gra The implementation is verified against the data in: + [National Institute of Standards and Technology Special Publication 800-38A 2001 ED](http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf) Appendix F: Example Vectors for Modes of Operation of the AES. |