mirror of
https://github.com/vacp2p/zk-explorations.git
synced 2026-01-08 21:38:12 -05:00
novanacci readme
This commit is contained in:
24
novanacci/README.md
Normal file
24
novanacci/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Novanacci
|
||||
|
||||
[Fibonacci](https://en.wikipedia.org/wiki/Fibonacci_sequence) [circuit](./novanacci/README.md) written in vanilla (Bellman) [Nova](https://github.com/microsoft/Nova)
|
||||
|
||||
[!WARNING]
|
||||
The code and tests are computationally intensive. Be ready for long execution.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
cargo build
|
||||
```
|
||||
|
||||
Running main
|
||||
|
||||
```bash
|
||||
cargo run
|
||||
```
|
||||
|
||||
Running tests
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
```
|
||||
Reference in New Issue
Block a user