diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-23 21:36:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-23 21:36:16 -0700 |
commit | fc0b68f105a191c7cd4dbb85251ada870119d470 (patch) | |
tree | 614de7d54761c4e3c12b386cd2b0f9bfbea342c3 /LICENSE | |
parent | 5fc1472e9ce7ebf3d3d25898f0e6288ffe87d08e (diff) | |
download | txr-fc0b68f105a191c7cd4dbb85251ada870119d470.tar.gz txr-fc0b68f105a191c7cd4dbb85251ada870119d470.tar.bz2 txr-fc0b68f105a191c7cd4dbb85251ada870119d470.zip |
* Makefile (OBJS): New objects chksum.o and chksums/sha256.o.
* chksum.c, chksum.h, chksums/sha256.c, chksums/sha256.h: New files.
* lib.c (init): Call chksum_init.
* txr.1: Documented.
* LICENSE: Add SHA-256 copyright notice.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ Linenoise: Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com> All rights reserved. +SHA-256: + Copyright 2005 Colin Percival + All rights reserved. + MPI: Written Michael Fromberger 1998-2006; assigned into the public domain in, or prior to 2002. |