about summary refs log tree commit diff
path: root/crypt/sha512.c
Commit message (Expand)AuthorAgeFilesLines
* 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