summaryrefslogtreecommitdiff
path: root/lib/sha.c
AgeCommit message (Collapse)Author
2003-02-19Merge in some clean-up and optimization changes from glibc's md5.c.Jim Meyering
2003-02-18(sha_stream) [BLOCKSIZE]: Move definition to top of file.Jim Meyering
Ensure that it is a multiple of 64. Rearrange loop exit tests so as to avoid performing an additional fread after encountering an error or EOF.
2001-11-17Include unlocked-io.h.Jim Meyering
2000-09-24Give credit (GnuPG) where due.Jim Meyering
(M): Use rol rather than open-coding it. Add a FIXME comment.
2000-09-17shrink tmp array length from 80 to 16.Jim Meyering
2000-09-17use gnupg R/M macrosJim Meyering
2000-09-17checkpointJim Meyering
2000-09-17*** empty log message ***Jim Meyering
2000-09-17remove debug junkJim Meyering
2000-09-17moving to gnupg's version of sha1.cJim Meyering
2000-09-17snapshot of massaged originalJim Meyering