Registry / crypto / sigurn-crc8

sigurn-crc8

JSON →
library0.0.0-20220107193325-2243fe600f9fgogounverified

Implements 8-bit cyclic redundancy check (CRC-8) checksum algorithms.

go get github.com/sigurn/crc8
INSTALL
IMPORT
SIG · SIGURN-CRC8
S
sigurn-crc8
cryptogov0.0.0-20220107193325-2243fe600f9f
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.

crc8
✓ github.com/sigurn/crc8

Computes a CRC-8 checksum for a byte slice.

package main import ( "fmt" "github.com/sigurn/crc8" ) func main() { data := []byte("hello") table := crc8.MakeTable(crc8.CRC8) checksum := crc8.Checksum(data, table) fmt.Printf("0x%X\n", checksum) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220107193325-2243fe600f9flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
14
Amazon
1
Resources
sigurn-crc8 — go get sigurn-crc8 · libregistry