summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha1.c
AgeCommit message (Expand)Author
2004-05-28In the Final function, move the context zeroing into the digest != NULLTodd C. Miller
2004-05-05Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF.Todd C. Miller
2004-05-03Use KNF indentation style and do some u_char -> u_int8_t conversionTodd C. Miller
2004-05-03Add Pad and FileChunk functions for each family of hash functions.Todd C. Miller
2004-04-27Make the bit count u_int64_t instead of two u_int32_t. Adapted fromTodd C. Miller
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
2003-07-21Remove bogus static; from Hiroki SatoTodd C. Miller
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2002-12-23o Ansi function headersTodd C. Miller
1997-07-23tabify + trailing blankskstailey
1997-07-15Add a missing constTodd C. Miller
1997-07-12Minor style points.Todd C. Miller
1997-07-11#include <sha1.h> not #include "sha1.h"Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
1996-09-30export byte swapping routine.Todd C. Miller
1996-09-30Moved definitions of BYTE and LONG in from header file.Todd C. Miller
1996-09-29Fixed standalone test mode for NEW_SHA1.Todd C. Miller
1996-09-29added sha1 (secure hash function).Todd C. Miller