cfb8: Fix decrypt path
[gd/nettle] / sha256.c
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-07-07 Nikos Mavrogiannop... abi: explicitly export intended symbols and hide others
2014-04-25 Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-03 Niels MöllerComment on origin of sha1 and sha224 initial values.
2014-01-03 Niels MöllerZeropad values in sha256 table.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-09-28 Niels MöllerMade hash functions use an uint64_t for the block count.
2013-09-28 Niels MöllerSome whitespace and comment fixes.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all hash-related...
2012-12-02 Niels MöllerMerge branch 'master' of git.lysator.liu.se:nettle...
2012-12-02 Niels MöllerReplaced all internal usage of sha.h.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-02-18 Niels MöllerConverted files to utf-8.
2011-08-29 Niels Möller* sha256.c (sha256_update): Updated MD_UPDATE call...
2011-08-29 Niels Möller(COMPRESS): New macro wrapping _nettle_sha256_compress.
2010-03-26 Niels Möller* sha.h: Added declarations for sha224. Some are aliase...
2010-03-24 Niels Möller* Makefile.in (nettle_SOURCES): Added sha256-compress.c.
2010-03-22 Niels MöllerFixed file header.
2008-10-24 Niels Möller(ROUND): Simplified macro.
2006-11-27 Niels Möller* sha256.c: Changed copyright notice to use the LGPL.
2006-05-16 Niels Möller* Merged experimental branch. Also:
2005-10-05 Niels MöllerComment fixes.
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2002-01-09 Niels Möller(md5_digest): Call md5_final and md5_init.
2001-10-07 Niels Möller* sha256.c: New file, implementing SHA-256.