type crypto/elliptic.Curve (interface)

Method Implmentations

Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int) (*CurveParams).Add crypto/ecdsa.PrivateKey.PublicKey.Curve.Add crypto/ecdsa.PublicKey.Curve.Add
Double(x1, y1 *big.Int) (x, y *big.Int) (*CurveParams).Double crypto/ecdsa.PrivateKey.PublicKey.Curve.Double crypto/ecdsa.PublicKey.Curve.Double