Skip to content

Commit

Permalink
Clarify the zk part of sha(M) example
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Apr 5, 2024
1 parent aec4591 commit 3985161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/intro.typ
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ scheme to authenticating any sort of transaction:
- A group signature scheme can be construed as a succinct proof that
"I know one of Alice, Bob, or Charlie's private keys".
- But you could also use a zkSNARK to prove a statement like
"I know a message $M$ such that $"sha"(M) = "91af3ac..."$".
"I know a message $M$ such that $"sha"(M) = "91af3ac..."$",
of course without revealing $M$ or anything about $M$.
- ... Or really any arbitrarily complicated statement.

#todo[gubsheep's slide had a funny example with emoji, link it]
Expand Down

0 comments on commit 3985161

Please sign in to comment.