diff --git a/doc/go1.14.html b/doc/go1.14.html index 790a8de44727cc..1f13f227b3434f 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -432,7 +432,13 @@
- TODO: https://golang.org/cl/186877: add hashing package for bytes and strings + This new package provides hash functions on byte sequences. + These hash functions are intended to be used to implement hash tables or + other data structures that need to map arbitrary strings or byte + sequences to a uniform distribution of integers. +
++ The hash functions are collision-resistant but not cryptographically secure.