Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New: CRC-32 functions. | Kaz Kylheku | 2019-06-24 | 1 | -0/+87 |
| | | | | | | | | | | | | * 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. | ||||
* | * Makefile (OBJS): New objects chksum.o and chksums/sha256.o. | Kaz Kylheku | 2019-06-23 | 1 | -0/+142 |
* 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. |