From 7d4ca27cfe3025ec6761c0c4ad3b8359e97759b7 Mon Sep 17 00:00:00 2001 From: Tal Derei Date: Mon, 4 Mar 2024 00:01:01 -0800 Subject: [PATCH] temporary u32-backend --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac68bc3a19..c4a12f885d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ cnidarium = { default-features = false, path = "crates/cn cnidarium-component = { default-features = false, path = "crates/cnidarium-component" } console-subscriber = { version = "0.2" } criterion = { version = "0.4" } -decaf377 = { default-features = false, git = "https://github.com/penumbra-zone/decaf377", branch = "visibility" } +decaf377 = { default-features = false, git = "https://github.com/penumbra-zone/decaf377", branch = "visibility", features = ["r1cs", "u32_backend"] } decaf377-fmd = { path = "crates/crypto/decaf377-fmd" } decaf377-ka = { path = "crates/crypto/decaf377-ka" } decaf377-rdsa = { git = "https://github.com/penumbra-zone/decaf377-rdsa", branch = "update-deps" }