about summary refs log tree commit diff
path: root/crypt/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* 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
* Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella2014-04-091-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-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