Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FNV1a64 ¶
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.
Click to show internal directories.
Click to hide internal directories.