package
1.0.1
Repository: https://github.com/go-compile/rome.git
Documentation: pkg.go.dev

# Functions

Generate will create a new Ed25519 edward curve public/private key pair.
ParseEdPrivate will read a PEM ASN.1 DER encoded key.
ParseEdPrivateASN1 will read a ASN.1 DER encoded key.
ParseEdPublic will read edward curve public key from PEM ASN.1 DER format.
ParseEdPublicASN1 will read a edward curve public key from ASN.1 DER format.
PrivateFrom will take the private key bytes and return a EdKey.
PublicFrom will take the public key bytes and return a EdPublic key.

# Structs

EdKey is a Edwards Curve private key.

# Type aliases

EdPublicKey is a Edward Curve public key.