-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sai
committed
May 13, 2024
1 parent
f95539e
commit b857688
Showing
4 changed files
with
0 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,6 @@ opam pin add [email protected]:o1-labs/snarky.git | |
``` | ||
and answering yes to the prompts. | ||
|
||
The best place to get started learning how to use the library are the annotated examples. | ||
- [Election](examples/election/election_main.ml): shows how to use Snarky to verify an election was run honestly. | ||
- [Merkle update](examples/merkle_update/merkle_update.ml): a simple example updating a Merkle tree. | ||
|
||
## Design | ||
|
||
The intention of this library is to allow writing snarks by writing what look | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,6 @@ opam pin add [email protected]:o1-labs/snarky.git | |
``` | ||
and answering yes to the prompts. | ||
|
||
The best place to get started learning how to use the library are the annotated examples. | ||
- [Election](examples/election/election_main.ml): shows how to use Snarky to verify an election was run honestly. | ||
- [Merkle update](examples/merkle_update/merkle_update.ml): a simple example updating a Merkle tree. | ||
|
||
## Design | ||
|
||
The intention of this library is to allow writing snarks by writing what look | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters