diff options
| author | Neal Patel <nealpatel@google.com> | 2026-01-22 22:34:17 +0000 |
|---|---|---|
| committer | Neal Patel <nealpatel@google.com> | 2026-01-27 11:13:56 -0800 |
| commit | 0f72aff835111bb0e7998bdb6de3f02a1483afe7 (patch) | |
| tree | 5446c6582c1c012e466af9504bf1b906e2b44e12 /src/simd/archsimd | |
| parent | 03a6a2074086e186071fbc362bbb6c630f9bc84b (diff) | |
| download | go-0f72aff835111bb0e7998bdb6de3f02a1483afe7.tar.xz | |
simd/archsimd: fix typo in the SHA256Message1 documentation string
Change-Id: I8bc5fec0475bfaebc0469d0efb2ba89af4b3f150
Reviewed-on: https://go-review.googlesource.com/c/go/+/738640
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/simd/archsimd')
| -rw-r--r-- | src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml b/src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml index 64a9544bc8..eeaf22bba5 100644 --- a/src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml +++ b/src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml @@ -95,7 +95,7 @@ - go: SHA256Message1 commutative: false documentation: !string |- - // NAME does the sigma and addtion of 1 in SHA1 algorithm defined in FIPS 180-4. + // NAME does the sigma and addition of 1 in SHA1 algorithm defined in FIPS 180-4. // x = {W0, W1, W2, W3} // y = {W4, 0, 0, 0} // result = {W0+σ(W1), W1+σ(W2), W2+σ(W3), W3+σ(W4)} @@ -105,4 +105,4 @@ // NAME does the sigma and addition of 3 in SHA1 algorithm defined in FIPS 180-4. // x = result of 2 // y = {0, 0, W14, W15} - // result = {W16, W17, W18, W19}
\ No newline at end of file + // result = {W16, W17, W18, W19} |
