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

This commit is contained in:
Srinath Setty
2022-07-13 17:00:16 -07:00
committed by GitHub
parent e373f4633d
commit 704d48b528

View File

@@ -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"] }