summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Brichese <matteo.brichese@wunderbar.com>2017-06-05 22:55:00 +0200
committerMatteo Brichese <matteo.brichese@wunderbar.com>2017-06-05 22:55:00 +0200
commit200274e385ec4f81d017ade4c69e80e424949f26 (patch)
tree6b872e6c0fe914e2310696e3e5d4d0840cd53433
parentUpdate README.md (diff)
downloadtiny-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.md2
-rw-r--r--tiny-AES128-C.files5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index c261b78..f9aa32f 100644
--- a/README.md
+++ b/README.md
@@ -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