diff --git a/hash/sp1/bench/blake2/Cargo.toml b/hash/sp1/bench/blake2/Cargo.toml index 31c4ebb..8c830ea 100644 --- a/hash/sp1/bench/blake2/Cargo.toml +++ b/hash/sp1/bench/blake2/Cargo.toml @@ -5,6 +5,6 @@ name = "blake2-program" edition = "2021" [dependencies] -sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e"} blake2 = "0.10.6" diff --git a/hash/sp1/bench/blake2/elf/riscv32im-succinct-zkvm-elf b/hash/sp1/bench/blake2/elf/riscv32im-succinct-zkvm-elf index 422ae58..54aee86 100755 Binary files a/hash/sp1/bench/blake2/elf/riscv32im-succinct-zkvm-elf and b/hash/sp1/bench/blake2/elf/riscv32im-succinct-zkvm-elf differ diff --git a/hash/sp1/bench/blake3/Cargo.toml b/hash/sp1/bench/blake3/Cargo.toml index 6e51f20..eae6595 100644 --- a/hash/sp1/bench/blake3/Cargo.toml +++ b/hash/sp1/bench/blake3/Cargo.toml @@ -5,5 +5,5 @@ name = "blake3-program" edition = "2021" [dependencies] -sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e" } blake3 = "1.5.0" \ No newline at end of file diff --git a/hash/sp1/bench/blake3/elf/riscv32im-succinct-zkvm-elf b/hash/sp1/bench/blake3/elf/riscv32im-succinct-zkvm-elf index c375586..8d75bf2 100755 Binary files a/hash/sp1/bench/blake3/elf/riscv32im-succinct-zkvm-elf and b/hash/sp1/bench/blake3/elf/riscv32im-succinct-zkvm-elf differ diff --git a/hash/sp1/bench/keccak/Cargo.toml b/hash/sp1/bench/keccak/Cargo.toml index 970a3be..cdc9e04 100644 --- a/hash/sp1/bench/keccak/Cargo.toml +++ b/hash/sp1/bench/keccak/Cargo.toml @@ -5,5 +5,5 @@ name = "keccak-program" edition = "2021" [dependencies] -sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e" } tiny-keccak = { git = "https://github.com/succinctlabs/tiny-keccak-private", branch = "patch-v2.0.2", features = ["keccak"] } \ No newline at end of file diff --git a/hash/sp1/bench/keccak/elf/riscv32im-succinct-zkvm-elf b/hash/sp1/bench/keccak/elf/riscv32im-succinct-zkvm-elf index 846880b..688d2e0 100755 Binary files a/hash/sp1/bench/keccak/elf/riscv32im-succinct-zkvm-elf and b/hash/sp1/bench/keccak/elf/riscv32im-succinct-zkvm-elf differ diff --git a/hash/sp1/bench/poseidon2/Cargo.toml b/hash/sp1/bench/poseidon2/Cargo.toml index 9a7b28e..54b67d4 100644 --- a/hash/sp1/bench/poseidon2/Cargo.toml +++ b/hash/sp1/bench/poseidon2/Cargo.toml @@ -5,7 +5,7 @@ name = "poseidon2-program" edition = "2021" [dependencies] -sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" , rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e"} zkhash = {git = "https://github.com/HorizenLabs/poseidon2"} ark-serialize = "0.4" diff --git a/hash/sp1/bench/poseidon2/elf/riscv32im-succinct-zkvm-elf b/hash/sp1/bench/poseidon2/elf/riscv32im-succinct-zkvm-elf index 742a2c8..eb5740f 100755 Binary files a/hash/sp1/bench/poseidon2/elf/riscv32im-succinct-zkvm-elf and b/hash/sp1/bench/poseidon2/elf/riscv32im-succinct-zkvm-elf differ diff --git a/hash/sp1/bench/script/Cargo.toml b/hash/sp1/bench/script/Cargo.toml index aa82847..f8cba27 100644 --- a/hash/sp1/bench/script/Cargo.toml +++ b/hash/sp1/bench/script/Cargo.toml @@ -5,7 +5,7 @@ name = "bench-script" edition = "2021" [dependencies] -sp1-core = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-core = { git = "https://github.com/succinctlabs/sp1.git", rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e" } rand = "0.8" hex = "0.4" zkhash = {git = "https://github.com/HorizenLabs/poseidon2"} diff --git a/hash/sp1/bench/sha256/Cargo.toml b/hash/sp1/bench/sha256/Cargo.toml index 9973ccb..81b1556 100644 --- a/hash/sp1/bench/sha256/Cargo.toml +++ b/hash/sp1/bench/sha256/Cargo.toml @@ -5,6 +5,6 @@ name = "sha256-program" edition = "2021" [dependencies] -sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" } +sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git" , rev = "4528b7861c60ef5e25c2d0b328fc6d244e2ac98e"} sha2-v0-10-8 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha2", branch = "patch-v0.10.8" } diff --git a/hash/sp1/bench/sha256/elf/riscv32im-succinct-zkvm-elf b/hash/sp1/bench/sha256/elf/riscv32im-succinct-zkvm-elf index 5c22e41..c549870 100755 Binary files a/hash/sp1/bench/sha256/elf/riscv32im-succinct-zkvm-elf and b/hash/sp1/bench/sha256/elf/riscv32im-succinct-zkvm-elf differ