| Commit message (Expand) | Author | Age | Files | Lines |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -6/+9 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -8/+8 |
* | sha256/md5: leak: don't use borrowed buffer for hash. | Kaz Kylheku | 2021-05-04 | 1 | -1/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | crc32: add optional initial crc argument. | Kaz Kylheku | 2020-06-30 | 1 | -11/+11 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -27/+30 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -2/+0 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -4/+4 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | sha256/md5: allow characters and byte values. | Kaz Kylheku | 2019-08-29 | 1 | -0/+42 |
* | sha256/md5: state-based hash: handle size_t overflow. | Kaz Kylheku | 2019-08-24 | 1 | -20/+20 |
* | sha256/md5: hash string more efficiently. | Kaz Kylheku | 2019-08-24 | 1 | -4/+12 |
* | New state-object-based sha256 and md5 digesting. | Kaz Kylheku | 2019-08-23 | 1 | -0/+112 |
* | New: MD5 digest functions. | Kaz Kylheku | 2019-08-23 | 1 | -10/+116 |
* | crc32-stream: recycle I/O buffer. | Kaz Kylheku | 2019-07-04 | 1 | -2/+3 |
* | sha256: allow application to specify digest buffer. | Kaz Kylheku | 2019-07-04 | 1 | -13/+38 |
* | sha256: recycle I/O buffer used in stream hash. | Kaz Kylheku | 2019-07-04 | 1 | -2/+3 |
* | New: CRC-32 functions. | Kaz Kylheku | 2019-06-24 | 1 | -0/+87 |
* | * Makefile (OBJS): New objects chksum.o and chksums/sha256.o. | Kaz Kylheku | 2019-06-23 | 1 | -0/+142 |