Skip to content

Commit

Permalink
Arrabbiata/README: remove one useless shabang
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jan 7, 2025
1 parent a340c95 commit 58ffe91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arrabbiata/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Arrabbiata - a generic recursive zero-knowledge argument implementation based on folding schemes
# Arrabbiata - a generic recursive zero-knowledge argument implementation based on folding schemes

### Motivation
## Motivation

This library provides an implementation of a generic recursive zero-knowledge
argument based on folding schemes (initially defined in
Expand Down Expand Up @@ -28,7 +28,7 @@ Not even sure it is possible right now.
**This will change. We might go up to degree 6 or 7, as we're building the
different gadgets (EC addition, EC scalar multiplication, Poseidon).

### Implementation details
## Implementation details

We provide a binary to run arbitrarily large computation.
The implementation of the circuits will follow the one used by the o1vm
Expand All @@ -50,7 +50,7 @@ While building the witness, the cross terms are also computed on the fly, to be
used in the next iteration. This way, the prover only pays the price of the
activated gate on each row.

### Examples
## Examples

Different built-in examples are provided. For instance:
```
Expand All @@ -64,13 +64,13 @@ the end.
You can also activate logging which contains benchmarking by using the
environment variable `RUST_LOG=debug`.

### Run tests
## Run tests

```
cargo nextest run --all-features --release --nocapture -p arrabiata
```

### Registry of zkApps
## Registry of zkApps

A registry of zkApps is already preconfigured.
To write a zkApp, check TODO.
Expand All @@ -87,7 +87,7 @@ lib.rs file. In this registry, we could have for instance o1VM -->
versions over time. It can also be done using a registry. We keep only one IVC
circuit for now -->

### References
## References

- The name is not only used as a reference to Kimchi and Pickles, but also to
the mathematician [Aryabhata](https://en.wikipedia.org/wiki/Aryabhata).

0 comments on commit 58ffe91

Please sign in to comment.