sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Support Ed25519

Open OR13 opened this issue 4 years ago • 4 comments

We should be using publicKeyJwK and normal JOSE libraries...

https://github.com/transmute-industries/lds-jws2020

It would also be excellent to suppport protocol keys that are Ed25519 (primary, recovery).

OR13 avatar Mar 20 '20 21:03 OR13

#514

isaacJChen avatar Apr 02 '20 21:04 isaacJChen

Ed295519 should also be supported for use as op-capable keys in the reference implementation before we declare the implementation v1 ready (hopefully sometime this Fall).

csuwildcat avatar May 03 '20 17:05 csuwildcat

We added support for this here: https://github.com/transmute-industries/sidetree.js

Ed25519, X25519, secp256k1, and P-256

OR13 avatar Oct 07 '20 02:10 OR13

Let's see if we can add support for this in v1.1 or better suited for v2.

decentralgabe avatar Feb 07 '23 18:02 decentralgabe