From 703539c236ad0cdb7a1834ac81446dc64187ebfb Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Fri, 28 Feb 2025 12:23:37 +0200 Subject: wip: eddsa_poseidon_benchmark --- guests/eddsa_poseidon/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guests/eddsa_poseidon/Cargo.toml (limited to 'guests/eddsa_poseidon/Cargo.toml') diff --git a/guests/eddsa_poseidon/Cargo.toml b/guests/eddsa_poseidon/Cargo.toml new file mode 100644 index 0000000..d476c89 --- /dev/null +++ b/guests/eddsa_poseidon/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "bench_eddsa_poseidon" +version = "0.1.0" +edition = "2021" + +[dependencies] +guests_macro = { version = "0.1.0", path = "../../guests_macro" } +num = "0.4.3" + +[features] +no_std = [] +jolt = [] +nexus = [] +risc0 = [] +sp1 = [] +zkm = [] +zkwasm = [] -- cgit v1.2.3