zkp-application/circom-rsa-verify

Test failures

Closed this issue · 1 comments

I'm currently working on using your circuits for my own purposes.

I'm trying to run your test suite to ensure that I have the dependencies set up correctly, but I'm getting a variety of errors (e.g. TypeError: compiler is not a function, TypeError: Cannot read property 'prime' of undefined).

Should the test suite run successfully, as-is?

The issue was that I had simply run npm i, which preferred the version of circom specified in dependencies (the official one). Forcefully installing the version specified in devDependencies fixes things.