EternalDeiwos / keyto

A utility for translating cryptographic keys between representations
https://eternaldeiwos.github.io/keyto
MIT License
10 stars 6 forks source link

Support Ed448 #10

Open EternalDeiwos opened 4 years ago

EternalDeiwos commented 4 years ago

There should eventually be support for this -- currently what's blocking this is the lack of a Javascript implementation of Ed448 private key to public key conversion. I might try doing the maths for this myself at a later stage.