|
|
|
|
|
by raphinou
10 days ago
|
|
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. 1: https://www.asfaload.com Sources at https://github.com/asfaload/asfaload |
|