mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
This PR improves the IsOnCurve methods for BN254 G2 points by: * Clarifying its behavior the docstring, making it explicit that it verifies both the point being on the curve and in the correct subgroup. * Adding an in-line comment explaining the subgroup membership check (c.Mul(Order)). * Minor wording adjustments for readability and consistency. |
||
|---|---|---|
| .. | ||
| bn256.go | ||
| bn256_test.go | ||
| constants.go | ||
| curve.go | ||
| example_test.go | ||
| gfp2.go | ||
| gfp6.go | ||
| gfp12.go | ||
| main_test.go | ||
| optate.go | ||
| twist.go | ||