crypto/elliptic.Curve.IsOnCurve (method)
5 uses
crypto/elliptic (current package)
elliptic.go#L27: IsOnCurve(x, y *big.Int) bool
elliptic.go#L89: return specific.IsOnCurve(x, y)
elliptic.go#L403: if !curve.IsOnCurve(x, y) {
elliptic.go#L434: if !curve.IsOnCurve(x, y) {
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
ecc.go#L49: if !curve.IsOnCurve(xPoint, yPoint) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)