aboutsummaryrefslogtreecommitdiff
path: root/crypt/sha512.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-13Add support for sparc cryptographic hash opcodes.David S. Miller1-105/+4
2012-08-15Fix last sha512.c change to avoid compiler warning.Roland McGrath1-1/+1
2012-08-15Fix BZ#14090 - md5/sha512 with large sizesPaul Eggert1-4/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-07-19Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper1-5/+3
2011-07-02Fix last patch for big-endian machinesUlrich Drepper1-9/+11
2011-07-02Optimize long-word additions in SHA implementationUlrich Drepper1-1/+9
2007-09-19* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper1-0/+336