├── .travis.yml ├── LICENSE ├── README.md ├── crc16.go ├── crc16_test.go └── hash.go /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/README.md -------------------------------------------------------------------------------- /crc16.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/crc16.go -------------------------------------------------------------------------------- /crc16_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/crc16_test.go -------------------------------------------------------------------------------- /hash.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sigurn/crc16/HEAD/hash.go --------------------------------------------------------------------------------