type crypto/ecdsa.PrivateKey (struct)

Method Implmentations (1 other method implements nothing)

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