diff options
author | kokke <spam@rowdy.dk> | 2017-12-01 13:16:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 13:16:26 +0100 |
commit | c6877dd8789411fb6c2587e5b6cfbe65e226b36c (patch) | |
tree | 01adc343d7101f18b9192503b945b37475113b79 /README.md | |
parent | Update aes.c (diff) | |
download | tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar.gz tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar.bz2 tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar.lz tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar.xz tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.tar.zst tiny-AES-c-c6877dd8789411fb6c2587e5b6cfbe65e226b36c.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ This implementation is verified against the data in: [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. +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. |