anvilresearch / webcrypto

W3C Web Cryptography API for Node.js
MIT License
82 stars 14 forks source link

seemingly uses two ASN.1 parsers #85

Open jonassmedegaard opened 5 years ago

jonassmedegaard commented 5 years ago

This module directly uses asn1.js but also indirectly via node-rsa uses asn1.

If correctly guessed (from just looking at the module names!) that those provide same/similar functionality, then it seems worthwhile to refactor to get rid of one of them.