Skip to content

Commit

Permalink
Fix path to schnorr.md (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmckean authored Feb 18, 2025
1 parent e6e0317 commit 5d78e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Interactivity features:
- `hugo server --minify --theme book`

## How to contribute
- The file [schnorr.md](content/docs/example/zero-knowledge-protocols/schnorr.md) is an example of a complete protocol.
- The file [schnorr.md](/content/docs/zkdocs/zero-knowledge-protocols/schnorr.md) is an example of a complete protocol.
- [interactive_variables.js](static/js/interactive_variables.js) has all the variable renaming logic.
- The Sigma protocols are structured in latex in 3 columns: Alice column, arrow_column, Verifier column. To write the protocols, you can use helpful latex macros:
- `\work{Work for Alice}{Work for Bob}` - writes work in both Alice's and Bob's column
Expand Down

0 comments on commit 5d78e71

Please sign in to comment.