cwlbraa / verifysfv

a tiny, fast, almost-always-io-bound tool for verifying SFV files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verifysfv

a tiny, fast, almost-always-io-bound tool for verifying SFV files. Written in Go and adapted from @mpolden's sfv package to verify any of Golang's supported crc32c polynomials (crc32c, IEEE, or Koopman) in parallel. All deps are vendored, so this should build outside of a $GOPATH for any go>=1.7.

Installation

go install github.com/cwlbraa/verifysfv

Example

# to verify a crc32c.sfv file:
verifysfv fileManifest.sfv
# for more options:
verifysfv -h

About

a tiny, fast, almost-always-io-bound tool for verifying SFV files.

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%