summaryrefslogtreecommitdiff
path: root/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* Implement _nettle_sha256_compress_n, C and x86_64 asmNiels Möller2022-07-051-7/+23
* 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-1/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-25/+32
* Comment on origin of sha1 and sha224 initial values.Niels Möller2014-01-031-1/+1
* Zeropad values in sha256 table.Niels Möller2014-01-031-2/+2
* Made hash functions use an uint64_t for the block count.Niels Möller2013-09-281-8/+6
* 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
* 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-3/+17
* (COMPRESS): New macro wrapping _nettle_sha256_compress.Niels Möller2011-08-291-83/+12
* * sha.h: Added declarations for sha224. Some are aliases for theNiels Möller2010-03-261-32/+33
* * Makefile.in (nettle_SOURCES): Added sha256-compress.c.Niels Möller2010-03-241-176/+28
* Fixed file header.Niels Möller2010-03-221-1/+1
* (ROUND): Simplified macro.Niels Möller2008-10-241-7/+5
* * sha256.c: Changed copyright notice to use the LGPL.Niels Möller2006-11-271-4/+4
* Comment fixes.Niels Möller2005-10-051-1/+3
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* (md5_digest): Call md5_final and md5_init.Niels Möller2002-01-091-2/+5
* * sha256.c: New file, implementing SHA-256.Niels Möller2001-10-071-0/+354