Standard Library

GoHashFnv

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

Other Methods

.New128()Neutral
#
Signature
New128() hash.Hash

New128 returns a new 128-bit FNV-1 hash.Hash.

.New128a()Neutral
#
Signature
New128a() hash.Hash

New128a returns a new 128-bit FNV-1a hash.Hash.

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

New32 returns a new 32-bit FNV-1 hash.Hash.

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

New32a returns a new 32-bit FNV-1a hash.Hash.

.New64()Neutral
#
Signature
New64() hash.Hash64

New64 returns a new 64-bit FNV-1 hash.Hash.

.New64a()Neutral
#
Signature
New64a() hash.Hash64

New64a returns a new 64-bit FNV-1a hash.Hash.

Fully-Qualified Names

FQNField
hash/fnvfqns[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/fnv