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
149 stars 26 forks source link

Download version #19

Closed fletchgqc closed 7 years ago

fletchgqc commented 7 years ago

Could you please make a built version available so that I don't have to do that myself?

microshine commented 7 years ago

You can take last compiled vesion from pv-webcrypto-tests

microshine commented 7 years ago

And test app on gh-pages

rmhrisk commented 7 years ago

We publish a npm module, that is really the right way to do this.

You dont want to do crypto with JS hosted by someone else.

Closing