Open bcomnes opened 8 years ago
I don't really know. I just refactored this out of https://github.com/joyent/node-http-signature as they describe in https://github.com/joyent/node-http-signature/issues/18 they made their own version in https://github.com/joyent/node-sshpk and I'd suggest using that instead.
What would it take to support ed25519? Right now this throws when it cant find RSA or DSA: https://github.com/dominictarr/ssh-key-to-pem/blob/master/index.js#L199-L211
Any crazy issues with adding support for this?