Have you considered converting this to monorepo so each module could be published as separate npm package.
Couple of advantages I see with this approach:
- allows users to only install crypto library they need
- by installing only libraries we need, would reduce code bundle size on the web
- by installing only libraries we need, we would reduce node-gyp compilation time when installing library
I would love to hear your opinion on this.
Have you considered converting this to monorepo so each module could be published as separate npm package.
Couple of advantages I see with this approach:
I would love to hear your opinion on this.