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.
This module directly uses
asn1.js
but also indirectly vianode-rsa
usesasn1
.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.