5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 06:56:57 +00:00
matterbridge/vendor/github.com/klauspost/compress/zstd/fuzz.go

12 lines
316 B
Go
Raw Normal View History

2022-04-11 22:30:21 +00:00
//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 = true