]> git.ipfire.org Git - thirdparty/xz.git/commit
Fix SHA-256 authors.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 9 Feb 2024 15:20:31 +0000 (17:20 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 15:07:31 +0000 (18:07 +0300)
commit402fb45c743b736fa033b4b04881f6d1098581fd
treea212d1da309f7d19462d5d764966db9c33331420
parente5ba545f16e989ac51c38556e727c8c81988c04e
Fix SHA-256 authors.

The initial commit 5d018dc03549c1ee4958364712fb0c94e1bf2741
in 2007 had a comment in sha256.c that the code is based on
Crypto++ Library 5.5.1. In 2009 the Authors list in sha256.c
and the AUTHORS file was updated with information that the
code had come from Crypto++ but via 7-Zip. I know I had viewed
7-Zip's SHA-256 code but back then the C code has been identical
enough with Crypto++, so I don't why I thought the author info
would need that extra step via 7-Zip for this single file.

Another error is that I had mixed sha.* and shacal2.* files
when checking for author info in Crypto++. The shacal2.* files
aren't related to liblzma's sha256.c and thus Kevin Springle's
code in Crypto++ isn't either.

(cherry picked from commit 76946dc4336c831fe2cc26696a035d807dd3cf13)
AUTHORS
src/liblzma/check/sha256.c