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 /kmac.go | |
| parent | f27bc12eef36d1fd205fdfb12e26ee51bd1561f6 (diff) | |
| download | kmac-abb66843a02120c2438b608e67acc3a7370adfe8.tar.zst | |
Diffstat (limited to 'kmac.go')
| -rw-r--r-- | kmac.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ( |
