diff options
author | kokke <spam@rowdy.dk> | 2020-03-30 21:53:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 21:53:26 +0200 |
commit | b4240662c6e59834394a680d0a9260acc2d14807 (patch) | |
tree | 0b95b85044707e72ca82a19bfd0d78642fb6f6bd | |
parent | removing commented-out call to printf... (diff) | |
download | tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar.gz tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar.bz2 tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar.lz tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar.xz tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.tar.zst tiny-AES-c-b4240662c6e59834394a680d0a9260acc2d14807.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ This implementation is verified against the data in: The other appendices in the document are valuable for implementation details on e.g. padding, generation of IVs and nonces in CTR-mode etc. -A heartfelt thank-you to all the nice people out there who have contributed to this project. +A heartfelt thank-you to [all the nice people](https://github.com/kokke/tiny-AES-c/graphs/contributors) out there who have contributed to this project. All material in this repository is in the public domain. |