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.

crypto
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
2
Resources