Browse Source

update to the latest pasta-msm crate (#89)

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

+ 2
- 2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "nova-snark"
version = "0.7.0"
version = "0.7.1"
authors = ["Srinath Setty <srinath@microsoft.com>"]
edition = "2021"
description = "Recursive zkSNARKs without trusted setup"
@ -23,7 +23,7 @@ rand_chacha = "0.3"
itertools = "0.9.0"
subtle = "2.4"
pasta_curves = { version = "^0.3.1", features = ["repr-c"] }
pasta-msm = "0.1.1"
pasta-msm = "0.1.2"
neptune = { version = "6.1", default-features = false }
generic-array = "0.14.4"
bellperson-nonnative = { version = "0.3.0", default-features = false, features = ["wasm"] }

Loading…
Cancel
Save