mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 08:41:29 +01:00
fix version number (#38)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "spartan"
|
name = "spartan"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "High-speed zkSNARKs without trusted setup"
|
description = "High-speed zkSNARKs without trusted setup"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Among transparent SNARKs, Spartan offers the fastest prover with speedups of 36
|
|||||||
## Examples
|
## Examples
|
||||||
To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`:
|
To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`:
|
||||||
```text
|
```text
|
||||||
spartan = "0.3.0"
|
spartan = "0.4.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
The following example shows how to use `libspartan` to create and verify a SNARK proof.
|
The following example shows how to use `libspartan` to create and verify a SNARK proof.
|
||||||
|
|||||||
Reference in New Issue
Block a user