hashutil

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FNV1a64

func FNV1a64(s string) uint64

FNV1a64 computes the 64-bit FNV-1a hash of the given string using the standard library hash/fnv implementation.

This implementation favors readability and adherence to standard library abstractions over raw performance. It is appropriate for:

  • Non-critical code paths
  • One-off or infrequent hash computations
  • Situations where consistency with other hash.Hash users matters

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL