type github.com/klauspost/compress/zstd/internal/xxhash.Digest

18 uses

	github.com/klauspost/compress/zstd/internal/xxhash (current package)
		xxhash.go#L28: type Digest struct {
		xxhash.go#L39: func New() *Digest {
		xxhash.go#L40: 	var d Digest
		xxhash.go#L46: func (d *Digest) Reset() {
		xxhash.go#L56: func (d *Digest) Size() int { return 8 }
		xxhash.go#L59: func (d *Digest) BlockSize() int { return 32 }
		xxhash.go#L62: func (d *Digest) Write(b []byte) (n int, err error) {
		xxhash.go#L100: func (d *Digest) Sum(b []byte) []byte {
		xxhash.go#L116: func (d *Digest) Sum64() uint64 {
		xxhash.go#L163: func (d *Digest) MarshalBinary() ([]byte, error) {
		xxhash.go#L177: func (d *Digest) UnmarshalBinary(b []byte) error {
		xxhash_asm.go#L16: func writeBlocks(s *Digest, b []byte) int
		xxhash_safe.go#L9: func (d *Digest) WriteString(s string) (n int, err error) {

	github.com/klauspost/compress/zstd
		decoder.go#L59: 	crc *xxhash.Digest
		enc_base.go#L21: 	crc         *xxhash.Digest
		enc_base.go#L29: func (e *fastBase) CRC() *xxhash.Digest {
		encoder.go#L36: 	CRC() *xxhash.Digest
		framedec.go#L18: 	crc *xxhash.Digest