mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-29 01:18:41 -04:00
🍊 add circom
This commit is contained in:
parent
033cfe1423
commit
d572f9663b
1 changed files with 8 additions and 0 deletions
8
l2_and_rollups/circom.md
Normal file
8
l2_and_rollups/circom.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue