about summary refs log tree commit diff
path: root/crypt/sha256.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-98/+4
* 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-6/+4
* Fix last patch for big-endian machinesUlrich Drepper2011-07-021-3/+5
* Optimize long-word additions in SHA implementationUlrich Drepper2011-07-021-9/+20
* * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper2007-09-191-0/+304