# Packages
No description provided by the author
# Functions
生成椭圆曲线私钥
curveStandard CurveStandard
e.g.
解码 PEM 格式 私钥
pemPrivateKey []byte
e.g.
解码 PEM 格式 公钥
pemPublicKey []byte
e.g.
将私钥 编码为 PKCS#8 密码学标准 的 PEM 格式
privateKey *ecdsa.PrivateKey
e.g.
将私钥 编码为 PKCS#8 密码学标准 的 PEM 格式
publicKey *ecdsa.PublicKey
e.g.
# Type aliases
数学曲线标准.