]> Cypherpunks repositories - gostls13.git/commit
crypto/elliptic: change a variable name that have the same name as keywords
authormohanson <mohanson@outlook.com>
Thu, 24 Jul 2025 07:20:54 +0000 (07:20 +0000)
committerJorropo <jorropo.pgm@gmail.com>
Tue, 29 Jul 2025 11:30:34 +0000 (04:30 -0700)
commit4c854b7a3e5fc3e84a06511bce71ce01cbb4bb33
tree743fb4b33022e9571bb1e40bd4a0f5b05002c44e
parentb10eb1d042cb10031ad6d1b61bf7509501d62c81
crypto/elliptic: change a variable name that have the same name as keywords

Change the variable name from byte to b, and use range over int to
simplify the loop.

Change-Id: I8855053c26ce798311f12505cd5edf21d7caf1f5
GitHub-Last-Rev: 70c80545df29c897ea81f115334fcc64503c0eb1
GitHub-Pull-Request: golang/go#74736
Reviewed-on: https://go-review.googlesource.com/c/go/+/690135
Reviewed-by: qiu laidongfeng <2645477756@qq.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/crypto/elliptic/params.go