type crypto/ecdsa.PrivateKey (struct)

Method Implmentations (2 other methods implement nothing)

Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int) PrivateKey.M : crypto/elliptic.Curve.Add
Double(x1, y1 *big.Int) (x, y *big.Int) PrivateKey.M : crypto/elliptic.Curve.Double
IsOnCurve(x, y *big.Int) bool PrivateKey.M : crypto/elliptic.Curve.IsOnCurve
Params() *elliptic.CurveParams PrivateKey.M : crypto/elliptic.Curve.Params
Public() crypto.PublicKey *PrivateKey.M : crypto.Signer.Public
ScalarBaseMult(k []byte) (x, y *big.Int) PrivateKey.M : crypto/elliptic.Curve.ScalarBaseMult
ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int) PrivateKey.M : crypto/elliptic.Curve.ScalarMult
Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error) *PrivateKey.M : crypto.Signer.Sign