Skip to content

Commit

Permalink
adding graph 3-coloring ZKP
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jan 10, 2025
1 parent 6868be0 commit 0d8a68d
Show file tree
Hide file tree
Showing 5 changed files with 923 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reasoning/graph-3-coloring/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
----------------
Graph 3-Coloring
----------------

Zero-Knowledge Proof for Graph 3-Coloring
Alice wants to prove to Bob that she knows a valid 3-coloring of a graph without revealing the actual colors.
A 3-coloring means assigning one of three colors to each vertex so that no two adjacent vertices share the same color.
Bob can verify that the proof is correct without learning the actual coloring.
Loading

0 comments on commit 0d8a68d

Please sign in to comment.