Implement a PEM-like format for Ed25519 keys.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 May 2014 18:49:35 +0000 (20:49 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 18 May 2014 18:49:35 +0000 (20:49 +0200)
commit666718998eaa044f6f25fe99810a78dca8471393
tree0e80155a3bed07dc2b95cba7c6dcb67d17591dff
parentf0e7e6b03e34e69cac5b01a2d943ad3b9b59d36c
Implement a PEM-like format for Ed25519 keys.

We don't require compatibility with any other software, but we do want Ed25519 keys to work
the same as RSA keys for now.
src/ed25519/ecdsa.c
src/ed25519/ecdsagen.c
src/tincctl.c