Documentation ¶
Overview ¶
Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrivateKey ¶
PrivateKey represents a ECDSA private key.
func GenerateKey ¶
func GenerateKey(c *bitelliptic.BitCurve, rand io.Reader) (priv *PrivateKey, err error)
GenerateKey generates a public&private key pair.
Click to show internal directories.
Click to hide internal directories.