Browse Source

release candidate (#133)

main
Srinath Setty 1 year ago
committed by GitHub
parent
commit
4163665f52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Cargo.toml
  2. +2
    -2
      README.md

+ 1
- 1
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "nova-snark"
version = "0.11.0"
version = "0.12.0"
authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2021"
description = "Recursive zkSNARKs without trusted setup"

+ 2
- 2
README.md

@ -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.
To run tests:
To run tests (we recommend the release mode to drastically shorten run times):
```text
cargo test
cargo test --release
```
## References

Loading…
Cancel
Save