exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
993 stars 117 forks source link

Full Web Crypto support #814

Open avaer opened 5 years ago

avaer commented 5 years ago

We have some basic crypto.subtle support already.

Per https://github.com/webmixedreality/exokit/pull/803#issuecomment-469406156, we might want to integrate something like https://github.com/PeculiarVentures/webcrypto for full Web Crypto API support.

RangerMauve commented 5 years ago

Would a PR be welcome for it?