From 704d48b5281c74c7a2aaa29038b6c618f9934192 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Wed, 13 Jul 2022 17:00:16 -0700 Subject: [PATCH] update to the latest pasta-msm crate (#89) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b78f73b..cbf0217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.7.0" +version = "0.7.1" authors = ["Srinath Setty "] 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"] }