index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chksum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
1
-3
/
+6
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
chksum: fix misleading comment.
Kaz Kylheku
2023-09-01
1
-4
/
+1
*
chksum: generate more with TXR.
Kaz Kylheku
2023-07-09
1
-5
/
+29
*
chksum: generate with TXR.
Kaz Kylheku
2023-07-09
1
-213
/
+552
*
Adding SHA-1 hash.
Kaz Kylheku
2023-07-08
1
-2
/
+13
*
chksum: merge SHA256 and MD5 code with macro.
Kaz Kylheku
2023-07-08
1
-352
/
+211
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
Implement NaN boxing.
Kaz Kylheku
2022-09-13
1
-2
/
+2
*
crc32: name clash with Zlib on Android.
Kaz Kylheku
2022-05-31
1
-2
/
+2
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-13
/
+16
*
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