diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index f6b9469a..77cd18f2 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -15,10 +15,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 . */ /*