aboutsummaryrefslogtreecommitdiff
path: root/crypt/sha256.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-193/+0
2023-02-17crypto: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella1-24/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-28crypt: Use internal names for the SHA-2 block functionsFlorian Weimer1-7/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers1-9/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-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-98/+4
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-6/+4
2011-07-02Fix last patch for big-endian machinesUlrich Drepper1-3/+5
2011-07-02Optimize long-word additions in SHA implementationUlrich Drepper1-9/+20
2007-09-19* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper1-0/+304