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)
/* sort by: | */
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.