From c8b581f82df418635b27203a0d5b1b4b2270a57c Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Mon, 24 Dec 2007 17:34:17 +0000 Subject: added keygeneration at hmac calculation --- authAlgo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authAlgo.h') diff --git a/authAlgo.h b/authAlgo.h index 4c9c960..4db534d 100644 --- a/authAlgo.h +++ b/authAlgo.h @@ -66,7 +66,7 @@ public: /** * set the key for the auth algo - * @param key key for hmac sha1 calculation + * @param key key for hmac calculation */ void setKey(Buffer key); -- cgit v1.2.3