From f74b8238b25d4b063f7e207e7e2816268fabb973 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Thu, 10 Apr 2025 16:22:38 +0300 Subject: feat(guests): Add SHA3 program --- guests/sha3/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guests/sha3/Cargo.toml (limited to 'guests/sha3/Cargo.toml') diff --git a/guests/sha3/Cargo.toml b/guests/sha3/Cargo.toml new file mode 100644 index 0000000..a1ce306 --- /dev/null +++ b/guests/sha3/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "sha3" +version = "0.1.0" +edition = "2021" + +[dependencies] +guests_macro = { version = "0.1.0", path = "../../guests_macro" } +sha3 = { version = "0.10.8", default-features = false } + +[features] +no_std = [] +jolt = [] +nexus = [] +risc0 = [] +sp1 = [] +zkm = [] +zkwasm = [] -- cgit v1.2.3