type hash/fnv.sum128a
9 uses
hash/fnv (current package)
fnv.go#L27: sum128a [2]uint64
fnv.go#L81: var s sum128a
fnv.go#L92: func (s *sum128a) Reset() { s[0] = offset128Higher; s[1] = offset128Lower }
fnv.go#L152: func (s *sum128a) Write(data []byte) (int, error) {
fnv.go#L170: func (s *sum128a) Size() int { return 16 }
fnv.go#L177: func (s *sum128a) BlockSize() int { return 1 }
fnv.go#L206: func (s *sum128a) Sum(in []byte) []byte {
fnv.go#L262: func (s *sum128a) MarshalBinary() ([]byte, error) {
fnv.go#L326: func (s *sum128a) 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. |