summary refs log tree commit diff
path: root/crypt/sha512.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* crypt: Use internal names for the SHA-2 block functionsFlorian Weimer2016-10-281-7/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-9/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add support for sparc cryptographic hash opcodes.David S. Miller2012-11-131-105/+4
* Fix last sha512.c change to avoid compiler warning.Roland McGrath2012-08-151-1/+1
* Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert2012-08-151-4/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper2011-07-191-5/+3
* Fix last patch for big-endian machinesUlrich Drepper2011-07-021-9/+11
* Optimize long-word additions in SHA implementationUlrich Drepper2011-07-021-1/+9
* * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper2007-09-191-0/+336