diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-12-24 17:34:17 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-12-24 17:34:17 +0000 |
commit | c8b581f82df418635b27203a0d5b1b4b2270a57c (patch) | |
tree | 3d3735377b89b06f8b0a468147af24c37982d2a9 /authAlgo.h | |
parent | weihnachtlicher checkin (diff) |
added keygeneration at hmac calculation
Diffstat (limited to 'authAlgo.h')
-rw-r--r-- | authAlgo.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |