package xxhash
Import Path
go.opentelemetry.io/otel/attribute/internal/xxhash (on go.dev)
Dependency Relation
imports 3 packages, and imported by one package
Involved Source Files
Package xxhash provides a wrapper around the xxhash library for attribute hashing.
Package-Level Type Names (only one)
Hash wraps xxhash.Digest to provide an API friendly for hashing attribute values.
( Hash) Bool(val bool) Hash
( Hash) Float64(val float64) Hash
( Hash) Int64(val int64) Hash
( Hash) String(val string) Hash
Sum64 returns the current hash value.
( Hash) Uint64(val uint64) Hash
func New() Hash
func Hash.Bool(val bool) Hash
func Hash.Float64(val float64) Hash
func Hash.Int64(val int64) Hash
func Hash.String(val string) Hash
func Hash.Uint64(val uint64) Hash
Package-Level Functions (only one)
New returns a new initialized xxHash64 hasher.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |