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

Eddsa #61

Closed Mischala closed 5 years ago

Mischala commented 5 years ago

Got Eddsa working. Its a little messy because Elliptic defines different classes for ECDSA and EdDSA, and they have subtle differences. But, it works, with verified test vectors.

microshine commented 5 years ago

@Mischala thank you for great work

microshine commented 5 years ago

v0.1.37 is available