fundamental: Import SHA1 implementation from libxcrypt

This commit is contained in:
anonymix007
2024-09-10 16:58:20 +03:00
parent cefa196723
commit 18c19a029c
5 changed files with 329 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ The following exceptions apply:
- src/libsystemd/sd-journal/lookup3.h
* the tools/chromiumos/gen_autosuspend_rules.py script is licensed under the
**BSD-3-Clause** license.
* the following sources are under **Public Domain** (LicenseRef-alg-sha1-public-domain):
- src/fundamental/sha1-fundamental.c
- src/fundamental/sha1-fundamental.h
* Heebo fonts under docs/fonts/ are licensed under the **SIL Open Font License 1.1**,
* any files under test/ without an explicit license we assume non-copyrightable
(eg: computer-generated fuzzer data)

View File

@@ -0,0 +1,6 @@
SHA-1 in C, by Steve Reid <sreid@sea-to-sky.net>, Public Domain
Modified by James H. Brown <jbrown@burgoyne.com>, 7/98, Public Domain
Modified by Steve Reid <sreid@sea-to-sky.net>, 8/98, Public Domain
Modified by Saul Kravitz <Saul.Kravitz@celera.com>, 4/01, Public Domain
Modified by Ralph Giles <giles@ghostscript.com>, 07/2002, Public Domain
Modified by Björn Esser <besser82@fedoraproject.org>, 10/2017, Public Domain