package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
GenerateKey returns a public/private key pair.
Marshal converts a point into the form specified in section 4.3.6 of ANSI X9.62.
P224 returns a Curve which implements P-224 (see FIPS 186-3, section D.2.2).
P256 returns a Curve which implements P-256 (see FIPS 186-3, section D.2.3).
P384 returns a Curve which implements P-384 (see FIPS 186-3, section D.2.4).
P521 returns a Curve which implements P-521 (see FIPS 186-3, section D.2.5).
Unmarshal converts a point, serialized by Marshal, into an x, y pair.
# Structs
CurveParams contains the parameters of an elliptic curve and also provides a generic, non-constant time implementation of Curve.
# Interfaces
A Curve represents a short-form Weierstrass curve with a=-3.