aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers/sha2_hasher.c
Commit message (Collapse)AuthorAgeFilesLines
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+35
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-2/+0
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-201-4/+0
|
* added copyright notice to sha2_hasherMartin Willi2006-09-191-3/+3
| | | | included SHA2 in build process
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-191-0/+643