aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hmac.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-118/+0
|
* - code cleaned upJan Hutter2005-12-061-17/+20
|
* - return value cleanupMartin Willi2005-11-281-14/+5
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-241-2/+2
| | | | | - cleanup of docs in transforms
* - fixed some docu issuesMartin Willi2005-11-241-3/+4
|
* - updated documentation, should be the referenceMartin Willi2005-11-241-8/+8
|
* - typedefs changedMartin Willi2005-11-241-9/+22
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - added ability to append dataMartin Willi2005-11-221-0/+10
|
* - removed key from constructorMartin Willi2005-11-221-3/+13
| | | | | - added set_key method
* - implementation supporting SHA1Martin Willi2005-11-221-0/+90
- UNtested