.gitlab-ci.yml: Use ./bootstrap in gnutls build.
[gd/nettle] / sha512.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-22 Niels MöllerNew aliases sha512_224_ctx and sha512_256_cxt, for...
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-04-10 Niels MöllerTrivial merge.
2014-04-09 Niels MöllerFixed init call in sha512_256_digest.
2014-03-23 Joachim StrömbergsonSupport for 224-bit and 256-bit truncated sha512.
2014-03-20 Niels MöllerIndentation fix.
2013-09-28 Niels MöllerMerged aes-reorg branch.
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...
2013-03-26 Niels MöllerUpdated FIPS reference.
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_sha512_compress.
2010-03-25 Niels Möller* Makefile.in (nettle_SOURCES): Added sha384-meta.c.
2010-03-24 Niels Möller* sha512.c: (sha512_digest): Simplified handling of...
2010-03-24 Niels Möller* sha512.c: Reorganized to use _nettle_sha512_compress.
2010-03-22 Niels Möller* Makefile.in (nettle_SOURCES): Added sha512.c and...