aboutsummaryrefslogtreecommitdiff
path: root/mod/hmac.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-01 12:30:12 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-15 09:05:27 +0200
commit8d1100fee624c0ba19bc3c06674b80d68dad9596 (patch)
treeec4314047947013508f61fad57af5ef090f78d9d /mod/hmac.hxx
parentbf260eb306aa90485c74217ef9c86c728d11c6da (diff)
Review
Diffstat (limited to 'mod/hmac.hxx')
-rw-r--r--mod/hmac.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/hmac.hxx b/mod/hmac.hxx
index 104b629..0f70b7e 100644
--- a/mod/hmac.hxx
+++ b/mod/hmac.hxx
@@ -9,9 +9,9 @@
namespace brep
{
// Compute the HMAC-SHA256 message authentication code over a message using
- // the given key.
+ // the given key (alpha-numeric string, not encoded).
//
- // Return the HMAC or throw std::system_error in case of an error.
+ // Return the HMAC value or throw std::system_error in case of an error.
//
// Example output:
//