diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-22 09:43:32 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-22 09:43:32 +0000 |
commit | 61b748c80faddc4501ede29d0dfb613df420e96d (patch) | |
tree | 1cabe8a1d13c7c58b52a6aa610e0a90aeacadd2e /Source/charon/transforms/prfs/prf_hmac_sha1.h | |
parent | a217b51d6d4d036c3488fec0fa47991964679fd3 (diff) | |
download | strongswan-61b748c80faddc4501ede29d0dfb613df420e96d.tar.bz2 strongswan-61b748c80faddc4501ede29d0dfb613df420e96d.tar.xz |
- implemented
- not tested!
Diffstat (limited to 'Source/charon/transforms/prfs/prf_hmac_sha1.h')
-rw-r--r-- | Source/charon/transforms/prfs/prf_hmac_sha1.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |