File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,13 @@ <h2 id="library">Core library</h2>
432
432
< dl id ="hash/maphash "> < dt > < a href ="/pkg/hash/maphash "> hash/maphash</ a > </ dt >
433
433
< dd >
434
434
< p > <!-- CL 186877 -->
435
- TODO: < a href ="https://golang.org/cl/186877 "> https://golang.org/cl/186877</ a > : add hashing package for bytes and strings
435
+ This new package provides hash functions on byte sequences.
436
+ These hash functions are intended to be used to implement hash tables or
437
+ other data structures that need to map arbitrary strings or byte
438
+ sequences to a uniform distribution of integers.
439
+ </ p >
440
+ < p >
441
+ The hash functions are collision-resistant but not cryptographically secure.
436
442
</ p >
437
443
438
444
</ dl > <!-- hash/maphash -->
You can’t perform that action at this time.
0 commit comments