summaryrefslogtreecommitdiff
path: root/lib/sha1.c
AgeCommit message (Collapse)Author
2006-01-12Fix commentary to match md5 better. Adjust to .h file changes.Paul Eggert
2006-01-10Sync from gnulib.Paul Eggert
2005-11-19tweak grammar in a commentJim Meyering
2005-09-13(SWAP): Renamed from NOTSWAP, to avoid a horrible misnaming.Paul Eggert
All uses changed. Remove the old SWAP. Remove obvious comment about BLOCKSIZE. (rol): New macro, moved here from md5.h. (sha1_process_block): Remove an incoherent FIXME comment.
2005-08-27Use `#error' rather than a string literal to provoke failure.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2004-10-04Sync from gnulib, to remove dependencies of other modules on unlocked-io.Paul Eggert
2004-08-09Finish renaming sha -> sha1.Paul Eggert
2004-08-02(UNALIGNED_P): Use size_t; in practice, this is just asPaul Eggert
good as uintptr_t in checking for alignments, and has fewer configuration hassles.
2004-07-28Don't include <sys/types.h> or <stdlib.h>; <stddef.h>Paul Eggert
suffices with C89 or better. (alignof): New macro, portable to all C89 hosts. (UNALIGNED): Use it. Use uintptr_t if available, and assume everything is unaligned otherwise; this is more portable than assuming 'unsigned long int' will always work.
2003-12-02File renamed from sha.c.Jim Meyering
Include sha1.h, not sha.h.