Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sha256: C++ fix: void *conversion. | Kaz Kylheku | 2019-06-30 | 1 | -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 Kylheku | 2019-06-23 | 1 | -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. |