package
0.0.0-20181129230153-438437361058
Repository: https://github.com/adamjacobmuller/cfssl.git
Documentation: pkg.go.dev
# Functions
MarshalEd25519PrivateKey returns a DER encdoing of the input private key as specified in https://tools.ietf.org/html/draft-ietf-curdle-pkix-04.
MarshalEd25519PublicKey creates a DER-encoded SubjectPublicKeyInfo for an ed25519 public key, as defined in https://tools.ietf.org/html/draft-ietf-curdle-pkix-04.
ParseEd25519PrivateKey returns the Ed25519 private key encoded by the input.
ParseEd25519PublicKey returns the Ed25519 public key encoded by the input.
ParsePrivateKeyDER parses a PKCS #1, PKCS #8, ECDSA, or Ed25519 DER-encoded private key.