Skip to content

Commit

Permalink
update jubjub
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lodder <[email protected]>
  • Loading branch information
mikelodder7 committed Feb 3, 2025
1 parent 508c220 commit 28ee367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ed25519-dalek = "2.1.0"
ed448-goldilocks-plus = "0.11"
ecdsa = "0.16.8"
elliptic-curve = { version = "0.13.5", features = ["arithmetic", "hash2curve"] }
jubjub = { version = "0.10", git = "https://github.com/LIT-Protocol/jubjub.git" }
jubjub = { package="jubjub-plus" , version = "0.10" }
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic"] }
p256 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic"] }
p384 = { version = "0.13", default-features = false, features = ["ecdsa", "arithmetic", "expose-field", "hash2curve"] }
Expand Down

0 comments on commit 28ee367

Please sign in to comment.