From d572f9663b1da633ea04bd1f0342bb630a115300 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:58:08 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8A=20add=20circom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l2_and_rollups/circom.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 l2_and_rollups/circom.md diff --git a/l2_and_rollups/circom.md b/l2_and_rollups/circom.md new file mode 100644 index 0000000..03e8bd5 --- /dev/null +++ b/l2_and_rollups/circom.md @@ -0,0 +1,8 @@ +## 🍍 [circom](https://docs.circom.io/) + +
+ +* 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