Skip to content

Commit a0c9fb6

Browse files
committed
hash/maphash: mention the results are 64-bit integers
Change-Id: I0d2ba52d79c34d77d475ec8d673286d0e56b826b Reviewed-on: https://go-review.googlesource.com/c/go/+/219340 Reviewed-by: Alan Donovan <[email protected]>
1 parent e237df5 commit a0c9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hash/maphash/maphash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Package maphash provides hash functions on byte sequences.
66
// These hash functions are intended to be used to implement hash tables or
77
// other data structures that need to map arbitrary strings or byte
8-
// sequences to a uniform distribution of integers.
8+
// sequences to a uniform distribution on unsigned 64-bit integers.
99
//
1010
// The hash functions are collision-resistant but not cryptographically secure.
1111
// (See crypto/sha256 and crypto/sha512 for cryptographic use.)

0 commit comments

Comments
 (0)