]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 12 Feb 2024 21:25:54 +0000 (23:25 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 16:57:27 +0000 (19:57 +0300)
(based on commit 23de53421ea258cde6a3c33a038b1e9d08f771d1)

(cherry picked from commit f200c338f8d40b1b961033a3403d6512d3f34730)

src/liblzma/api/lzma.h

index f196f49564df762acbd242438fed8c307fd82b70..4bcc51700af3cfbe0a8f50f4e1d0cc2243df00d6 100644 (file)
  * Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK
  * <https://7-zip.org/sdk.html>.
  *
- * The SHA-256 implementation is based on the public domain code found from
- * 7-Zip <https://7-zip.org/>, which has a modified version of the public
- * domain SHA-256 code found from Crypto++ <https://www.cryptopp.com/>.
- * 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 <https://www.cryptopp.com/>.
  */
 
 /*