mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 08:31:29 +01:00
release candidate (#133)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nova-snark"
|
name = "nova-snark"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Recursive zkSNARKs without trusted setup"
|
description = "Recursive zkSNARKs without trusted setup"
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ Recursive SNARKs including Nova have a wide variety of applications such as Roll
|
|||||||
|
|
||||||
This repository provides `nova-snark,` a Rust library implementation of Nova.
|
This repository provides `nova-snark,` a Rust library implementation of Nova.
|
||||||
|
|
||||||
To run tests:
|
To run tests (we recommend the release mode to drastically shorten run times):
|
||||||
```text
|
```text
|
||||||
cargo test
|
cargo test --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|||||||
Reference in New Issue
Block a user