mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 08:31:29 +01:00
update to the latest pasta-msm crate (#89)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "nova-snark"
|
name = "nova-snark"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
authors = ["Srinath Setty <srinath@microsoft.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Recursive zkSNARKs without trusted setup"
|
description = "Recursive zkSNARKs without trusted setup"
|
||||||
@@ -23,7 +23,7 @@ rand_chacha = "0.3"
|
|||||||
itertools = "0.9.0"
|
itertools = "0.9.0"
|
||||||
subtle = "2.4"
|
subtle = "2.4"
|
||||||
pasta_curves = { version = "^0.3.1", features = ["repr-c"] }
|
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 }
|
neptune = { version = "6.1", default-features = false }
|
||||||
generic-array = "0.14.4"
|
generic-array = "0.14.4"
|
||||||
bellperson-nonnative = { version = "0.3.0", default-features = false, features = ["wasm"] }
|
bellperson-nonnative = { version = "0.3.0", default-features = false, features = ["wasm"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user