Circom
Circom is a circuit programming language.
Circom is a programming language for creating circuits for zero-knowledge proofs.
Playground on the top page offers three issues. Learn circuits written in the circom language, keeping in mind what you want to prove for each problem.
In our application, you can generate a proof on the cloud just by sending circom and input file. You can also process heavy processing on the cloud and manage the generated certificate data on the Web.Let's upload the circom and input file to generate a proof.
The following links are useful to help you to understand circom.
Last modified 1yr ago