diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:04:23 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-08 17:04:23 -0700 |
| commit | abb66843a02120c2438b608e67acc3a7370adfe8 (patch) | |
| tree | 19329dc85f146efacd76f4149dc5f6740b840d67 /README.md | |
| parent | f27bc12eef36d1fd205fdfb12e26ee51bd1561f6 (diff) | |
| download | kmac-abb66843a02120c2438b608e67acc3a7370adfe8.tar.zst | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7edc98 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# KMAC + +KMAC128 and KMAC256 are message authentication codes defined by NIST in +https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf. The +implementation here is based on the `crypto/sha3` package from the Go +standard library. + +I do not recommend using this package. Consider using `crypto/hmac` instead. |
