Standard Library

GoHashAdler32

Go stdlib package — hash/adler32. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.Checksum()Neutral
#
Signature
Checksum(data []byte) uint32

Checksum returns the Adler-32 checksum of data.

.New()Neutral
#
Signature
New() hash.Hash32

New returns a new hash.Hash32 computing the Adler-32 checksum. Its

Fully-Qualified Names

FQNField
hash/adler32fqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

go.mod
// standard library — no go.mod entry required
rule.py
from codepathfinder.go_rule import ...  # hash/adler32