aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers/hasher_sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-280/+0
| | | | | - some logging improvements
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-2/+1
| | | | | - cleanup of docs in transforms
* - typedefs changedMartin Willi2005-11-241-3/+3
|
* - changed include pathsMartin Willi2005-11-231-2/+2
|
* - fixed memleak in sha1Martin Willi2005-11-221-9/+9
|
* - docMartin Willi2005-11-211-4/+18
| | | | | - reseting when result fetched
* - implementation of hasher_sha1Martin Willi2005-11-211-7/+215
| | | | | - tested
* - skeletons for:Martin Willi2005-11-211-0/+59
- prf - prf_hmac_sha1 - hasher - hasher_sha1