aboutsummaryrefslogtreecommitdiff
path: root/crypt/sha256.c
AgeCommit message (Expand)AuthorFilesLines
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