browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
653 stars 199 forks source link

Subtle undefined fix #227

Open mat50015 opened 9 months ago

mat50015 commented 9 months ago

Added a polyfill for webcrypto, which fixes subtle undefined error.

This pull request contains pull request 215 for fixing the other missing parts.