plume-sig / zk-nullifier-sig

Implementation of PLUME: nullifier friendly signature scheme on ECDSA
MIT License
129 stars 22 forks source link

autotest skips <circuits> #38

Closed skaunov closed 8 months ago

skaunov commented 10 months ago

Two possible solutions were mentioned. Both require some experience/research to implement.

Replace Jest with cargo-test for ?

Is there any specific in that test suit which won't work better in Rust? I guess circom crate can be just a dev dependency there (instead of external call), which potentially might enable tests parallelization. Also there's small chance of running it in GitHub action that way (though I guess it would hit some bottleneck along the way).

circom-tester

https://github.com/plume-sig/zk-nullifier-sig/issues/24#issuecomment-1732426613