diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-09-04 10:50:39 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-09-04 10:50:39 -0400 |
commit | 03c206c98c0c8a65b8558b88d94770b3d55df850 (patch) | |
tree | 93ccd2606d13a5c53d3a8d983db71cfcbc8dfff8 /README.md | |
parent | e038a6f8f8fd7a3fa97a6c76b33d51ad2de0588f (diff) | |
download | sha3-03c206c98c0c8a65b8558b88d94770b3d55df850.tar.bz2 sha3-03c206c98c0c8a65b8558b88d94770b3d55df850.zip |
README.md: add hmac note
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Use `make` to build a minimal test application, and `make test` to run the built-in tests. +TODO: `hmac_sha3_{224,256,384,512}` + [C11]: https://en.wikipedia.org/wiki/C11_(C_standard_revision) "ISO/IEC 9899:2011" [SHA-3]: https://en.wikipedia.org/wiki/SHA-3 |