summaryrefslogtreecommitdiffstats
path: root/chksums/sha256.c
Commit message (Collapse)AuthorAgeFilesLines
* sha256: C++ fix: void *conversion.Kaz Kylheku2019-06-301-2/+1
| | | | | | | | * chksums/sha256.c (SHA256_update): Change in parameter to const unsigned char *, avoiding the need for a local variable in that type. * chksums/sha256.h (SHA256_update): Declaration updated.
* * Makefile (OBJS): New objects chksum.o and chksums/sha256.o.Kaz Kylheku2019-06-231-0/+319
* chksum.c, chksum.h, chksums/sha256.c, chksums/sha256.h: New files. * lib.c (init): Call chksum_init. * txr.1: Documented. * LICENSE: Add SHA-256 copyright notice.