Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web circular dependency workaround #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant