Documentation
¶
Overview ¶
Package parse provides a unified parser for both Elliptic and Edwards Curves.
Lib is separated from rome's root due to import cycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Private ¶
func Private(pemPub []byte) (rome.PrivateKey, error)
Private takes input as a PEM encoded ASN.1 DER bytes private key
func PrivateASN1 ¶
func PrivateASN1(derBytes []byte) (rome.PrivateKey, error)
PrivateASN1 takes input as a ASN.1 DER bytes private key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.