summaryrefslogtreecommitdiff
path: root/authAlgo.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-24 17:34:17 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-24 17:34:17 +0000
commitc8b581f82df418635b27203a0d5b1b4b2270a57c (patch)
tree3d3735377b89b06f8b0a468147af24c37982d2a9 /authAlgo.h
parentweihnachtlicher checkin (diff)
added keygeneration at hmac calculation
Diffstat (limited to 'authAlgo.h')
-rw-r--r--authAlgo.h2
1 files changed, 1 insertions, 1 deletions
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);