summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2020-03-30 21:53:26 +0200
committerGitHub <noreply@github.com>2020-03-30 21:53:26 +0200
commitb4240662c6e59834394a680d0a9260acc2d14807 (patch)
tree0b95b85044707e72ca82a19bfd0d78642fb6f6bd
parentremoving commented-out call to printf... (diff)
downloadtiny-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 883e687..96950ac 100644
--- a/README.md
+++ b/README.md
@@ -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.