]> Cypherpunks repositories - gostls13.git/commit
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)
committerCherry Mui <cherryyz@google.com>
Fri, 6 Feb 2026 19:40:32 +0000 (11:40 -0800)
commit0430fa977573866f93e66aa61a66b37ff0738aba
treed0045e67d87b13562ae7c9142bee0ea8fd4121bd
parent045ceb72406ee725fd0ea9b8267e8bcd4d2afd5b
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>
src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml
src/simd/archsimd/ops_amd64.go