🍊 add circom

This commit is contained in:
bt3gl 2022-10-08 16:58:08 -07:00 committed by GitHub
parent 033cfe1423
commit d572f9663b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
l2_and_rollups/circom.md Normal file
View file

@ -0,0 +1,8 @@
## 🍍 [circom](https://docs.circom.io/)
<br>
* circom is a domain-specific language (dsl) and a compiler that can used to generate and verify zkps.
* zkps are powerful cryptographic tools that allow you to make proofs about a statement witout reveling any private information
* circom and other dls are used to describe a computation, together with a set of constraints on the program in/output
* the circom compiler takes a program and generates a prover and a verifier