]> Cypherpunks repositories - gostls13.git/commit
Revert "crypto/sha512: add WriteString and WriteByte method"
authorIan Lance Taylor <iant@golang.org>
Wed, 3 May 2023 20:59:12 +0000 (20:59 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 3 May 2023 21:17:08 +0000 (21:17 +0000)
commit5b09a28596492af77c7d14cd950becf05f61e89f
treef1d6990130bda28252acace877abc224d25b3baf
parentc746059a86348b03b09d6452de5bb1a4e58612dd
Revert "crypto/sha512: add WriteString and WriteByte method"

This reverts CL 483816

Reason for revert: can cause cgo errors when using boringcrypto.  See #59954.

For #38776
For #59954

Change-Id: I23a2a1f0aed2a08b73855b5038ccb24a4d0a02c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/492355
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
13 files changed:
src/crypto/internal/boring/sha.go
src/crypto/sha512/sha512.go
src/crypto/sha512/sha512_test.go
src/crypto/sha512/sha512block.go
src/crypto/sha512/sha512block_amd64.go
src/crypto/sha512/sha512block_amd64.s
src/crypto/sha512/sha512block_arm64.go
src/crypto/sha512/sha512block_arm64.s
src/crypto/sha512/sha512block_decl.go
src/crypto/sha512/sha512block_generic.go
src/crypto/sha512/sha512block_ppc64x.s
src/crypto/sha512/sha512block_s390x.go
src/crypto/sha512/sha512block_s390x.s