fuzz_none.go 319 B

1234567891011
  1. //go:build !ignorecrc
  2. // +build !ignorecrc
  3. // Copyright 2019+ Klaus Post. All rights reserved.
  4. // License information can be found in the LICENSE file.
  5. // Based on work by Yann Collet, released under BSD License.
  6. package zstd
  7. // ignoreCRC can be used for fuzz testing to ignore CRC values...
  8. const ignoreCRC = false