diff options
author | kokke <spam@rowdy.dk> | 2014-05-30 14:35:08 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-30 14:35:08 +0200 |
commit | 4a4df1c03a22ed1c221f0cf54f784130a717ea56 (patch) | |
tree | d9347a13a0f136bd2086cdfa2687dcf7bef05398 | |
parent | Update README.md (diff) | |
download | tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar.gz tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar.bz2 tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar.lz tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar.xz tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.tar.zst tiny-AES-c-4a4df1c03a22ed1c221f0cf54f784130a717ea56.zip |
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,4 +27,5 @@ This is using Mentor Graphics ARM GCC port: 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. +** +[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.** |