Skip to content

Web circular dependency workaround#11

Open
buu700 wants to merge 1 commit intoindutny:masterfrom
buu700:master
Open

Web circular dependency workaround#11
buu700 wants to merge 1 commit intoindutny:masterfrom
buu700:master

Conversation

@buu700
Copy link

@buu700 buu700 commented Jun 9, 2018

Quick fix for a circular dependency when using crypto-browserify with web module bundlers (in this case Angular CLI / webpack):

WARNING in Circular dependency detected: src/js/externals/crypto.ts -> node_modules/crypto-browserify/index.js -> node_modules/diffie-hellman/browser.js -> node_modules/diffie-hellman/lib/generatePrime.js -> node_modules/miller-rabin/lib/mr.js -> node_modules/brorand/index.js -> src/js/externals/crypto.ts

(Using eval this way feels a bit hackish, but I'm not aware of anything like Content Security Policy that would break it in a Node.js context, and I've been using this exact technique in all of @cyph's crypto libraries for a while now with no known issues.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant