aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers/hasher.c
Commit message (Collapse)AuthorAgeFilesLines
* - return value cleanupMartin Willi2005-11-281-5/+0
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-4/+4
| | | | | - some logging improvements
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-2/+9
| | | | | - cleanup of docs in transforms
* - changed include pathsMartin Willi2005-11-231-2/+2
|
* - implemented md5 hasherMartin Willi2005-11-221-0/+4
| | | | | - tested
* - fixed memleak in sha1Martin Willi2005-11-221-2/+2
|
* - skeletons for:Martin Willi2005-11-211-0/+50
- prf - prf_hmac_sha1 - hasher - hasher_sha1