aboutsummaryrefslogtreecommitdiff
path: root/mod/hmac.hxx
diff options
context:
space:
mode:
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:
//