]> wimlib.net Git - wimlib/commit
lzx-compress.c: Disable verification by default
authorEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 04:41:18 +0000 (23:41 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 26 May 2014 04:41:18 +0000 (23:41 -0500)
commit5448b9cd60e9b1ebf4efcd2d1b2aac346b2e829c
tree80271e3beb655eadf94033cdcc87cfb7e8b95b4c
parente45e06eefdf6dfe67378b619037412cdd3ad27e8
lzx-compress.c:  Disable verification by default

The algorithm seems to be sufficiently well tested now.  And the data is
checked with SHA-1 message digests anyway.  This slightly improves LZX
compression performance.
src/lzx-compress.c