Registry / utility / chmduquesne-rollinghash

chmduquesne-rollinghash

JSON →
library4.0.0+incompatiblegogounverified

Package rollinghash implements rolling versions of various hash algorithms for efficient sliding window computations.

go get github.com/chmduquesne/rollinghash
INSTALL
IMPORT
SIG · CHMDUQUESNE-ROLLIN
C
chmduquesne-rollinghash
utilitygov4.0.0+incompatible
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.

rollinghash
github.com/chmduquesne/rollinghash

Computes a rolling Adler-32 hash over a byte slice.

package main import ( "fmt" "github.com/chmduquesne/rollinghash/adler32" ) func main() { h := adler32.New() h.Write([]byte("hello")) fmt.Printf("%x\n", h.Sum(nil)) }
Debug
Known issues
breakingVersion 4.0.0+incompatible uses a major version suffix that is not compatible with Go modules; use v3 or earlier for proper module support.
fix
Use the latest compatible version (e.g., v3.0.0) or check the repository for a go.mod file.
affects: >=4.0.0
Upgrade
Version history
4.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
chmduquesne-rollinghash — go get chmduquesne-rollinghash · libregistry