diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-08-23 23:06:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-08-23 23:06:09 -0700 |
commit | 8a10829e5e35e5b0721260e0a7b31554ec21d766 (patch) | |
tree | 037c9464dc75ff36bbfadd0c2f1117fa60b28d75 /linenoise | |
parent | 27a722e96f281974e9f49887e9470422dcb1da91 (diff) | |
download | txr-8a10829e5e35e5b0721260e0a7b31554ec21d766.tar.gz txr-8a10829e5e35e5b0721260e0a7b31554ec21d766.tar.bz2 txr-8a10829e5e35e5b0721260e0a7b31554ec21d766.zip |
New state-object-based sha256 and md5 digesting.
* chksum.c (sha256_ctx_s, md5_ctx_s): New symbol variables.
(sha256_ops, md5_ops): New static structs.
(sha256_begin, sha256_hash, sha256_end, md5_begin, md5_hash,
md5_end): New functions.
(chksum_init): New symbol variables initialized; sha256-begin,
sha256-hash, sha256-end, md5-begin, md5-hash, md5-end
intrinsics registered.
* chksum.h (sha256_begin, sha256_hash, sha256_end, md5_begin,
md5_hash, md5_end): Declared.
* txr.1: Documented.
Diffstat (limited to 'linenoise')
0 files changed, 0 insertions, 0 deletions