type crypto/elliptic.CurveParams (struct)

Method Implmentations (4 other methods implement nothing)

Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) (*T).M : Curve.Add
Double(x1, y1 *big.Int) (*big.Int, *big.Int) (*T).M : Curve.Double
IsOnCurve(x, y *big.Int) bool (*T).M : Curve.IsOnCurve
ScalarMult(Bx, By *big.Int, k []byte) (*big.Int, *big.Int) (*T).M : Curve.ScalarMult