We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e237df5 commit a0c9fb6Copy full SHA for a0c9fb6
src/hash/maphash/maphash.go
@@ -5,7 +5,7 @@
5
// Package maphash provides hash functions on byte sequences.
6
// These hash functions are intended to be used to implement hash tables or
7
// other data structures that need to map arbitrary strings or byte
8
-// sequences to a uniform distribution of integers.
+// sequences to a uniform distribution on unsigned 64-bit integers.
9
//
10
// The hash functions are collision-resistant but not cryptographically secure.
11
// (See crypto/sha256 and crypto/sha512 for cryptographic use.)
0 commit comments