We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41b613 commit 223d26dCopy full SHA for 223d26d
1 file changed
src/app/slides/page.tsx
@@ -50,8 +50,7 @@ const slides: Slide[] = [
50
label: "The Solution",
51
title: "So we built a ZK circuit compiler",
52
bullets: [
53
- "Same Lean spec compiles to a Groth16 circuit",
54
- "Proves this template matches the calldata, the Ledger fills the holes",
+ "The same code compiles to a circuit which the Ledger uses to verify that the displayed template matches the calldata",
55
],
56
image: "/slides/ledger.png",
57
},
0 commit comments