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