summaryrefslogtreecommitdiff
path: root/sha512.c
Commit message (Expand)AuthorAgeFilesLines
* Use new sha256_compress and sha512_compress functions.Niels Möller2022-06-091-2/+2
* Export sha256/sha512_compress functionsCorentin Labbe2022-06-091-0/+6
* abi: explicitly export intended symbols and hide othersNikos Mavrogiannopoulos2018-07-071-0/+1
* Rename *_DATA_SIZE to *_BLOCK_SIZE.Niels Möller2014-04-251-2/+2
* New aliases sha512_224_ctx and sha512_256_cxt, for the sha512_ctx struct tag.Niels Möller2014-04-221-4/+4
* Update copyright headers for dual licensing.Niels Möller2014-04-121-26/+33
* Fixed init call in sha512_256_digest.Niels Möller2014-04-091-1/+1
* Support for 224-bit and 256-bit truncated sha512.Joachim Strömbergson2014-03-231-0/+67
* Indentation fix.Niels Möller2014-03-201-3/+3
* Some whitespace and comment fixes.Niels Möller2013-09-281-1/+1
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-4/+4
* Updated FIPS reference.Niels Möller2013-03-261-2/+2
* Replaced all internal usage of sha.h.Niels Möller2012-12-021-1/+1
* 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
* * sha256.c (sha256_update): Updated MD_UPDATE call for newNiels Möller2011-08-291-6/+18
* (COMPRESS): New macro wrapping _nettle_sha512_compress.Niels Möller2011-08-291-79/+8
* * Makefile.in (nettle_SOURCES): Added sha384-meta.c.Niels Möller2010-03-251-6/+54
* * sha512.c: (sha512_digest): Simplified handling of any finalNiels Möller2010-03-241-31/+8
* * sha512.c: Reorganized to use _nettle_sha512_compress.Niels Möller2010-03-241-168/+28
* * Makefile.in (nettle_SOURCES): Added sha512.c and sha512-meta.c.Niels Möller2010-03-221-0/+413