From 200274e385ec4f81d017ade4c69e80e424949f26 Mon Sep 17 00:00:00 2001 From: Matteo Brichese Date: Mon, 5 Jun 2017 13:55:00 -0700 Subject: updated readme --- README.md | 2 +- tiny-AES128-C.files | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tiny-AES128-C.files 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 -- cgit v1.2.3