type github.com/cespare/xxhash/v2.Digest
13 uses
github.com/cespare/xxhash/v2 (current package)
xxhash.go#L34: type Digest struct {
xxhash.go#L45: func New() *Digest {
xxhash.go#L46: var d Digest
xxhash.go#L52: func (d *Digest) Reset() {
xxhash.go#L62: func (d *Digest) Size() int { return 8 }
xxhash.go#L65: func (d *Digest) BlockSize() int { return 32 }
xxhash.go#L68: func (d *Digest) Write(b []byte) (n int, err error) {
xxhash.go#L104: func (d *Digest) Sum(b []byte) []byte {
xxhash.go#L120: func (d *Digest) Sum64() uint64 {
xxhash.go#L168: func (d *Digest) MarshalBinary() ([]byte, error) {
xxhash.go#L182: func (d *Digest) UnmarshalBinary(b []byte) error {
xxhash_amd64.go#L13: func writeBlocks(d *Digest, b []byte) int
xxhash_unsafe.go#L39: func (d *Digest) WriteString(s string) (n int, err error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |