type github.com/cespare/xxhash/v2.Digest

16 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L29: type Digest struct {
		xxhash.go#L40: func New() *Digest {
		xxhash.go#L45: func NewWithSeed(seed uint64) *Digest {
		xxhash.go#L46: 	var d Digest
		xxhash.go#L53: func (d *Digest) Reset() {
		xxhash.go#L59: func (d *Digest) ResetWithSeed(seed uint64) {
		xxhash.go#L69: func (d *Digest) Size() int { return 8 }
		xxhash.go#L72: func (d *Digest) BlockSize() int { return 32 }
		xxhash.go#L75: func (d *Digest) Write(b []byte) (n int, err error) {
		xxhash.go#L113: func (d *Digest) Sum(b []byte) []byte {
		xxhash.go#L129: func (d *Digest) Sum64() uint64 {
		xxhash.go#L176: func (d *Digest) MarshalBinary() ([]byte, error) {
		xxhash.go#L190: func (d *Digest) UnmarshalBinary(b []byte) error {
		xxhash_asm.go#L15: func writeBlocks(d *Digest, b []byte) int
		xxhash_unsafe.go#L45: func (d *Digest) WriteString(s string) (n int, err error) {

	go.opentelemetry.io/otel/attribute/internal/xxhash
		xxhash.go#L16: 	d *xxhash.Digest