type hash/fnv.sum128
9 uses
hash/fnv (current package)
fnv.go#L26: sum128 [2]uint64
fnv.go#L72: var s sum128
fnv.go#L91: func (s *sum128) Reset() { s[0] = offset128Higher; s[1] = offset128Lower }
fnv.go#L139: func (s *sum128) Write(data []byte) (int, error) {
fnv.go#L169: func (s *sum128) Size() int { return 16 }
fnv.go#L176: func (s *sum128) BlockSize() int { return 1 }
fnv.go#L199: func (s *sum128) Sum(in []byte) []byte {
fnv.go#L254: func (s *sum128) MarshalBinary() ([]byte, error) {
fnv.go#L314: func (s *sum128) UnmarshalBinary(b []byte) 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. |