]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.26] simd/archsimd: correct algorithm name in SHA256 ops documentation
authorTom Thorogood <me+google@tomthorogood.co.uk>
Sun, 11 Jan 2026 07:00:06 +0000 (17:30 +1030)
committerGopher Robot <gobot@golang.org>
Fri, 6 Feb 2026 20:25:04 +0000 (12:25 -0800)
commitbf69803f97c1afadcfb29fea820326ffe8e87c6d
treee6692a0a5db7604f75e6d73ca46d8010f5df3892
parent43ee761b703bef6814817d3d5146b0d47fe3e657
[release-branch.go1.26] simd/archsimd: correct algorithm name in SHA256 ops documentation

The three SHA256 ops (SHA256Message1, SHA256Message2 and SHA256TwoRounds)
all incorrectly referred to the SHA1 algorithm in their documentation
rather than SHA256.

Change-Id: Id6c1bfe4fee4517c0e498fb063cc9112464bc1e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/735420
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
(cherry picked from commit 0430fa977573866f93e66aa61a66b37ff0738aba)
Reviewed-on: https://go-review.googlesource.com/c/go/+/742583
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml
src/simd/archsimd/ops_amd64.go