Skip to content

Commit

Permalink
feat: Patch kadena LCs to use SHA512 patches
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Sep 27, 2024
1 parent 54a0334 commit 442aa41
Show file tree
Hide file tree
Showing 15 changed files with 436 additions and 139 deletions.
403 changes: 363 additions & 40 deletions fixture-generator/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fixture-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ merlin = { git = "https://github.com/aptos-labs/merlin" }
x25519-dalek = { git = "https://github.com/aptos-labs/x25519-dalek", branch = "zeroize_v1" }
# Sphinx patch
tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" }
sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8" }
sha2 = { git = "https://github.com/argumentcomputer/RustCrypto-hashes", branch = "zkvm-next" }
Loading

0 comments on commit 442aa41

Please sign in to comment.