summaryrefslogtreecommitdiff
path: root/hmac-sha224.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
|
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-2/+2
|
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
|
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
|
* * Makefile.in (nettle_SOURCES): Added hmac-sha224.c and hmac-sha384.c.Niels Möller2010-03-271-0/+44
* hmac.h: Added declarations of hmac-sha224 and hmac-sha384. * hmac-sha224.c: New file. Rev: nettle/ChangeLog:1.65 Rev: nettle/Makefile.in:1.21 Rev: nettle/hmac-sha224.c:1.1 Rev: nettle/hmac.h:1.4