summaryrefslogtreecommitdiffstats
path: root/chksum.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-13/+16
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-6/+9
* c_str now takes a self argument.Kaz Kylheku2021-06-231-8/+8
* sha256/md5: leak: don't use borrowed buffer for hash.Kaz Kylheku2021-05-041-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* crc32: add optional initial crc argument.Kaz Kylheku2020-06-301-11/+11
* c_num: now takes self argument.Kaz Kylheku2020-06-291-27/+30
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-2/+0
* arith: move c_unum and unum declaration into lib.hKaz Kylheku2020-04-221-1/+0
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-051-4/+4
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* sha256/md5: allow characters and byte values.Kaz Kylheku2019-08-291-0/+42
* sha256/md5: state-based hash: handle size_t overflow.Kaz Kylheku2019-08-241-20/+20
* sha256/md5: hash string more efficiently.Kaz Kylheku2019-08-241-4/+12
* New state-object-based sha256 and md5 digesting.Kaz Kylheku2019-08-231-0/+112
* New: MD5 digest functions.Kaz Kylheku2019-08-231-10/+116
* crc32-stream: recycle I/O buffer.Kaz Kylheku2019-07-041-2/+3
* sha256: allow application to specify digest buffer.Kaz Kylheku2019-07-041-13/+38
* sha256: recycle I/O buffer used in stream hash.Kaz Kylheku2019-07-041-2/+3
* New: CRC-32 functions.Kaz Kylheku2019-06-241-0/+87
* * Makefile (OBJS): New objects chksum.o and chksums/sha256.o.Kaz Kylheku2019-06-231-0/+142