5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 04:36:57 +00:00
matterbridge/vendor/github.com/klauspost/compress/zstd/fuzz_none.go
2022-04-12 00:30:21 +02:00

12 lines
319 B
Go

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