From 259617476e3781a4526fd35bc0fa56a6a8e003e4 Mon Sep 17 00:00:00 2001 From: "sm.wu" Date: Wed, 5 Mar 2025 16:53:14 +0800 Subject: [PATCH] add p3 dft dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 35a12d7ef..fcfdfa195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,7 @@ p3-mds = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" } p3-poseidon = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" } p3-poseidon2 = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" } p3-symmetric = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" } +p3-dft = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" } paste = "1" plonky2 = "0.2" poseidon = { path = "./poseidon" }