Skip to content

Commit

Permalink
sha3 patched
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Oct 8, 2024
1 parent fa52f3d commit 2e6e5db
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ num-bigint = { version = "0.4.6", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.114", default-features = false }
serde_with = { version = "3.8.3", default-features = false, features = ["macros"] }
sha3 = { version = "0.10.8", default-features = false }
starknet-core = { version = "0.11.1", default-features = false }
starknet-crypto = { version = "0.7.1", default-features = false }
starknet-types-core = { version = "0.1.5", default-features = false }
Expand All @@ -45,3 +44,5 @@ swiftness_fri = { path = "crates/fri", default-features = false, version = "0.1.
swiftness_pow = { path = "crates/pow", default-features = false, version = "0.1.2" }
swiftness_stark = { path = "crates/stark", default-features = false, version = "0.1.2" }
swiftness_transcript = { path = "crates/transcript", default-features = false, version = "0.1.2" }

sha3 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", package = "sha3", branch = "patch-sha3-v0.10.8" }
19 changes: 14 additions & 5 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e6e5db

Please sign in to comment.