Registry / crypto / klauspost-crc32

klauspost-crc32

JSON →
library1.3.0gogounverified

A fast CRC-32 checksum implementation with hardware acceleration.

go get github.com/klauspost/crc32
INSTALL
IMPORT
SIG · KLAUSPOST-CRC32
K
klauspost-crc32
cryptogov1.3.0
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.

crc32
github.com/klauspost/crc32

Compute CRC-32 checksum of a byte slice.

package main import ( "fmt" "github.com/klauspost/crc32" ) func main() { data := []byte("hello") hash := crc32.ChecksumIEEE(data) fmt.Printf("%x\n", hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
klauspost-crc32 — go get klauspost-crc32 · libregistry