mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-10 16:11:29 +01:00
update to the latest pasta-msm crate (#89)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user