PeculiarVentures / webcrypto-liner

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
MIT License
148 stars 26 forks source link

Move EdDSA to its own file. #63

Closed Mischala closed 5 years ago

Mischala commented 5 years ago

I made a mistake in my understanding when I originally implemented EdDSA.

EdDSA is a different algo than ECDSA, involving different keys, and different operations.

Such that I think it belongs in its own Crypto provider, as not to confuse downstream users.

TJKoury commented 5 years ago

@mischala Do you want help getting this done?

Mischala commented 5 years ago

Err there was nothing stopping it. but now there are conflicts. i will remerge.

Mischala commented 5 years ago

Second thought, there is a lot to merge here, and sadly this has fallen off my priority list. @TJKoury if you would like to get these changes merged... or even make these changes again with the new state of the project, be my guest :D

TJKoury commented 5 years ago

@Mischala Copy all, will take a look!