diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 13:09:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-07-08 13:09:19 -0700 |
commit | 1807b7d221cf815aad9576fdab2172915cb86e06 (patch) | |
tree | be5662ef0b155958d1b87da3ea7eed7f1eb32917 /LICENSE | |
parent | eb576809489a7b1aa15425dfbb5047dac449bd05 (diff) | |
download | txr-1807b7d221cf815aad9576fdab2172915cb86e06.tar.gz txr-1807b7d221cf815aad9576fdab2172915cb86e06.tar.bz2 txr-1807b7d221cf815aad9576fdab2172915cb86e06.zip |
Adding SHA-1 hash.
* chksums/sha1.c, chksums/sha1.h: New files.
* LICENSE, METALICENSE: Mention new code.
* chksum.c (sha1_ctx_s, sha1_ctx_cls): New static variables.
(chksum_init): Register sha-ctx symbol, and sha_ctx_s
COBJ class. Register sha1-stream, sha1, sha1-begin, sha1-hash
and sha1-end intrinsics.
(sha1_stream_impl, sha1_stream, sha1_szmax_upd,
sha1_buf, sha1_str, sha1, sha1_ops, sha1_begin,
sha1_utf8_byte_callback, sha1_hash, sha1_end): These
functions and variables are generated by a call to the
cksum_impl macro.
* Makefile (OBJS): add chksums/sha1.o object file.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Linenoise: Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com> All rights reserved. +SHA-1: + Copyright 1995-1998 WIDE Project (implementor: Jun-ichiro Itoh) + All rights reserved. + NOTE: three-clause BSD license, not two. + SHA-256: Copyright 2005 Colin Percival All rights reserved. |