iden3 / rapidsnark

rapidsnark is a fast zkSNARK prover written in C++, that generates proofs for circuits created with circom and snarkjs.
GNU Lesser General Public License v3.0
54 stars 25 forks source link

Do you have a plan to support Windows? #9

Closed syntrust closed 9 months ago

syntrust commented 9 months ago

Supporting the Windows operating system can help expand access to a broader user base. Would you consider it?

OBrezhniev commented 9 months ago

Hi @syntrust! We don't have such plans. But if you need rapidsnark under Windows, you can try to run it in docker container using WSL. It should work.