Registry / crypto / sigurn-crc16

sigurn-crc16

JSON →
library0.0.0-20211026045750-20ab5afb07e3gogounverified

Implements the 16-bit cyclic redundancy check (CRC-16) checksum with various algorithms.

go get github.com/sigurn/crc16
INSTALL
IMPORT
SIG · SIGURN-CRC16
S
sigurn-crc16
cryptogov0.0.0-20211026045750-20ab5afb07e3
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/sigurn/crc16

Compute CRC16 checksum of data.

package main import ( "fmt" "github.com/sigurn/crc16" ) func main() { data := []byte("hello") checksum := crc16.Checksum(data, crc16.IBMTable) fmt.Printf("CRC16: %04x\n", checksum) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211026045750-20ab5afb07e3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
sigurn-crc16 — go get sigurn-crc16 · libregistry