From 786ff15fb153a8164d116af128a9b6f6ffed2645 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Wed, 9 Apr 2025 16:02:03 +0300 Subject: feat(guests): Add SHA2 program Simple program which tests the SHA256 hashing algorithm --- guests/sha2/default_public_input.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 guests/sha2/default_public_input.toml (limited to 'guests/sha2/default_public_input.toml') diff --git a/guests/sha2/default_public_input.toml b/guests/sha2/default_public_input.toml new file mode 100644 index 0000000..13a32a0 --- /dev/null +++ b/guests/sha2/default_public_input.toml @@ -0,0 +1 @@ +hash = [34, 58, 135, 170, 194, 129, 88, 86, 114, 17, 255, 163, 205, 67, 198, 253, 143, 68, 142, 248, 92, 171, 18, 96, 201, 166, 70, 191, 252, 221, 32, 208] -- cgit v1.2.3