Add a Go version of the ED25519 signer, which can also generate a keypair.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Sep 2019 02:36:22 +0000 (22:36 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Sep 2019 14:04:44 +0000 (10:04 -0400)
commit53a890a0b539c0b153acb847445779f2204530a6
tree9094b70f4c3caea7410d1a124ca9333b3ac7dea4
parent14232a3b7b964bcb6f993d355e7947043dc6885d
Add a Go version of the ED25519 signer, which can also generate a keypair.

I cannot figure out how get OpenSSL's Ed25519 keys compatible with
Sparkle. https://github.com/openssl/openssl/issues/6357 talks about
differences of expectations with key length. This new Go version Just
Works.
dev/.gitignore
dev/signer-ed25519.go [new file with mode: 0644]