This commit is contained in:
Srinath Setty 2022-10-17 14:52:13 -07:00 коммит произвёл GitHub
Родитель 5af241044f
Коммит 2dee78cfc0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,7 @@ Among transparent SNARKs, Spartan offers the fastest prover with speedups of 36
## Examples
To import `libspartan` into your Rust project, add the following dependency to `Cargo.toml`:
```text
spartan = "0.7.0"
spartan = "0.7.1"
```
The following example shows how to use `libspartan` to create and verify a SNARK proof.