diff options
-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 |