diff options
author | Matteo Brichese <matteo.brichese@wunderbar.com> | 2017-06-05 22:55:00 +0200 |
---|---|---|
committer | Matteo Brichese <matteo.brichese@wunderbar.com> | 2017-06-05 22:55:00 +0200 |
commit | 200274e385ec4f81d017ade4c69e80e424949f26 (patch) | |
tree | 6b872e6c0fe914e2310696e3e5d4d0840cd53433 | |
parent | Update README.md (diff) | |
download | tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar.gz tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar.bz2 tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar.lz tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar.xz tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.tar.zst tiny-AES-c-200274e385ec4f81d017ade4c69e80e424949f26.zip |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tiny-AES128-C.files | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -57,7 +57,7 @@ I am using Mentor Graphics free ARM toolchain: This 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://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38a.pdf) Appendix F: Example Vectors for Modes of Operation of the AES. All material in this repository is in the public domain. diff --git a/tiny-AES128-C.files b/tiny-AES128-C.files new file mode 100644 index 0000000..ae78f94 --- /dev/null +++ b/tiny-AES128-C.files @@ -0,0 +1,5 @@ +README.md +aes.c +aes.h +test.c +unlicense.txt |