]> Cypherpunks repositories - gostls13.git/commit
bytes/hash: add hashing package for bytes and strings
authorKeith Randall <keithr@alum.mit.edu>
Thu, 18 Jul 2019 20:02:37 +0000 (16:02 -0400)
committerKeith Randall <khr@golang.org>
Thu, 29 Aug 2019 21:27:53 +0000 (21:27 +0000)
commitbf36219cdd1d354d58107ed8903679f538948154
tree178288dadcddf0970bacf1bb724c3da716e8e93c
parentfbfb41e6389089b637562b41e05d40f5581b3bbd
bytes/hash: add hashing package for bytes and strings

Fixes #28322

R=go1.14

RELNOTE=yes

Change-Id: Ic29f8b587c8c77472260836a5c3e13edaded13fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/186877
Reviewed-by: Alan Donovan <adonovan@google.com>
src/bytes/hash/hash.go [new file with mode: 0644]
src/bytes/hash/hash_test.go [new file with mode: 0644]
src/bytes/hash/smhasher_test.go [new file with mode: 0644]
src/go/build/deps_test.go