Closed
Description
Update, Nov 9 2022: Proposal is #56088 (comment)
Greetings!
I need Privacy-Enhanced Mail (PEM) support for Curve25519 private keys, more precisely X25519, like OpenSSL. Currently Go's standard libraries only support Ed25519 private keys, not Curve25519 for this task.
Thanks in Advance!