Registry / crypto / howeyc-crc16

howeyc-crc16

JSON →
library0.0.0-20171223171357-2b2a61e366a6gogounverified

Package crc16 implements the CRC-16 algorithm for checksum computation.

go get github.com/howeyc/crc16
INSTALL
IMPORT
SIG · HOWEYC-CRC16
H
howeyc-crc16
cryptogov0.0.0-20171223171357-2b2a61e366a6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crc16
github.com/howeyc/crc16

Compute CRC16 checksum

import "github.com/howeyc/crc16" func main() { data := []byte("hello") checksum := crc16.Checksum(data, crc16.IBMTable) _ = checksum }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20171223171357-2b2a61e366a6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
howeyc-crc16 — go get howeyc-crc16 · libregistry