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. |
||
|---|---|---|
| .. | ||
| cloudflare | ||
| gnark | ||
| bn256_fast.go | ||
| bn256_slow.go | ||
| LICENSE | ||