From a75632f46a7318c2b84e91a9b91bca8fc8f762d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Mar 2024 12:30:12 +0200 Subject: Review --- mod/hmac.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/hmac.hxx') 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: // -- cgit v1.1