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 --- kmac.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kmac.go') diff --git a/kmac.go b/kmac.go index 10cae94..e3f55a2 100644 --- a/kmac.go +++ b/kmac.go @@ -16,6 +16,11 @@ // It may include the identities of the parties who are deriving and/or using // the derived keying material and, optionally, a nonce known by the parties who // derive the keys. Use the string "KDF" for optionalCustomizationString. +// +// # Disclaimer +// +// This package has not been reviewed by security experts. Consider using +// crypto/hmac instead. package kmac import ( -- cgit v1.3.1