]> Cypherpunks repositories - gostls13.git/commit
crypto: implement encoding.BinaryAppender for all crypto hashes
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 1 Aug 2024 06:26:48 +0000 (06:26 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 1 Aug 2024 14:57:46 +0000 (14:57 +0000)
commitb26134bf17972f959daf178087fcc0bd74b4015c
treea438c0cfd1bc56686fc46305849eb3d961616a58
parent09eefb3a4d15bb409ad8a85b505ec9230702a27a
crypto: implement encoding.BinaryAppender for all crypto hashes

For #62384

Change-Id: I6fc7a7b8b85e02c880f1d16e0467f5076d477f0f
GitHub-Last-Rev: 90ba7bae6aa9ddfbcd622682314c05e5f65cbb56
GitHub-Pull-Request: golang/go#68651
Reviewed-on: https://go-review.googlesource.com/c/go/+/601776
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
13 files changed:
doc/next/6-stdlib/99-minor/crypto/md5/62384.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/sha1/62384.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/sha256/62384.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/crypto/sha512/62384.md [new file with mode: 0644]
src/crypto/internal/boring/sha.go
src/crypto/md5/md5.go
src/crypto/md5/md5_test.go
src/crypto/sha1/sha1.go
src/crypto/sha1/sha1_test.go
src/crypto/sha256/sha256.go
src/crypto/sha256/sha256_test.go
src/crypto/sha512/sha512.go
src/crypto/sha512/sha512_test.go