From abb66843a02120c2438b608e67acc3a7370adfe8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 8 Oct 2025 17:04:23 -0700 Subject: Add a README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.3.1