]> Cypherpunks repositories - gostls13.git/commit
cmd/internal: add hash package
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 4 Sep 2024 11:08:30 +0000 (18:08 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 18:22:26 +0000 (18:22 +0000)
commitad8b5f7fe91bdb0afc9dad72a0ba3ac46ce0167c
tree8ab6b33a3632b8c2a56b72c0332b07369d04a223
parentcd9a300afc0be43f7ad1891a18ed9b690f7f97ab
cmd/internal: add hash package

To be used in compiler toolchain instead of notsha256.

Change-Id: Iceeacb6df7dfa7111ec98f070eba8e27a4ddbe8b
Reviewed-on: https://go-review.googlesource.com/c/go/+/610595
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/internal/hash/hash.go [new file with mode: 0644]