Show HN: Edky, a CLI to convert Ed25519 public keys from one encoding to another
7 points by arto
by raphinou
1 subcomments
Interesting. I'm using ed25519 keys in my open source project [1] to sign GitHub releases (amongst other things) and the encoding question appeared during the development. I settled on supporting reading ssh keys, but saving keys in a specific format. I'll need to have a look to possible revisit my choices as it is developed in rust too.