| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* crc32.c, crc32.h: Repair accidentally joined lines.
|
|
|
|
|
|
|
|
| |
* 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): Add chksums/crc32.o.
* chksum.c (crc32_stream, crc32): New functions.
(chksum_init): Register crc32-stream and crc32 intrinsic
functions.
* chksums/crc32.c, chksums/crc32.h: New files.
* txr.1: Documented.
|
|
* 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.
|