Skip to content

Commit 223d26d

Browse files
committed
Simplify ZK compiler slide text
1 parent d41b613 commit 223d26d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/slides/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ const slides: Slide[] = [
5050
label: "The Solution",
5151
title: "So we built a ZK circuit compiler",
5252
bullets: [
53-
"Same Lean spec compiles to a Groth16 circuit",
54-
"Proves this template matches the calldata, the Ledger fills the holes",
53+
"The same code compiles to a circuit which the Ledger uses to verify that the displayed template matches the calldata",
5554
],
5655
image: "/slides/ledger.png",
5756
},

0 commit comments

Comments
 (0)