From 61b748c80faddc4501ede29d0dfb613df420e96d Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 22 Nov 2005 09:43:32 +0000 Subject: - implemented - not tested! --- Source/charon/transforms/prfs/prf_hmac_sha1.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/charon/transforms/prfs/prf_hmac_sha1.h') diff --git a/Source/charon/transforms/prfs/prf_hmac_sha1.h b/Source/charon/transforms/prfs/prf_hmac_sha1.h index 19a0fa635..3b4305c81 100644 --- a/Source/charon/transforms/prfs/prf_hmac_sha1.h +++ b/Source/charon/transforms/prfs/prf_hmac_sha1.h @@ -2,7 +2,8 @@ * @file prf_hmac_sha1.h * * @brief Implementation of prf_t interface using the - * HMAC SHA1 algorithm. + * HMAC SHA1 algorithm. This simply wraps hmac-sha1 + * in a prf. * */ @@ -29,7 +30,7 @@ #include "../../types.h" /** - * Object representing a diffie hellman exchange + * Object representing a prf using HMAC-SHA1 * */ typedef struct prf_hmac_sha1_s prf_hmac_sha1_t; -- cgit v1.2.3