Skip to content

Commit

Permalink
doc: Add proof server documentation to mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Oct 31, 2024
1 parent ebdb760 commit 069637c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
- [Contributing](./contributing.md)
- [Git Workflow](./contributing/git-workflow.md)
- [Git Message](./contributing/git-message.md)
- [Sharing Proofs](./contributing/proof-sharing.md)
2 changes: 1 addition & 1 deletion docs/src/contributing/proof-sharing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sharing proofs for faster test execution

Many tests in `neptune-core` rely on cryptographic STARK proofs of correct
program execution generated by (Triton VM)[https://triton-vm.org/]. It's time
program execution generated by [Triton VM](https://triton-vm.org/). It's time
consuming to generate all the proofs required for the test suite. For this
reason, the tests that require STARK-proofs should deterministic such that
proofs can be reused across test runs.
Expand Down

0 comments on commit 069637c

Please sign in to comment.