From: Lasse Collin Date: Mon, 12 Feb 2024 21:25:54 +0000 (+0200) Subject: liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. X-Git-Tag: v5.2.13~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594b64742f86e87ef76347e04179d98c3caf45a2;p=thirdparty%2Fxz.git liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. (based on commit 23de53421ea258cde6a3c33a038b1e9d08f771d1) (cherry picked from commit f200c338f8d40b1b961033a3403d6512d3f34730) --- diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index f196f495..4bcc5170 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -14,10 +14,8 @@ * Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK * . * - * The SHA-256 implementation is based on the public domain code found from - * 7-Zip , which has a modified version of the public - * domain SHA-256 code found from Crypto++ . - * The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai. + * The SHA-256 implementation in liblzma is based on code written by + * Wei Dai in Crypto++ Library . */ /*