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-06-05 09:12:46 +0200
commita75632f46a7318c2b84e91a9b91bca8fc8f762d4 (patch)
treec381bba51615d0f648acf321d2278723efcc9684 /mod/hmac.hxx
parentd923111f50e59196ec4b84d943ccfb652a9d77d8 (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:
//