Skip to content

Commit

Permalink
Update curve library
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Oct 23, 2023
1 parent f9b6cb8 commit f580ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ edition = "2018"
tari_utilities = { version = "0.6", default-features = false, features = ["zero"] }
blake2 = { version = "0.10", default-features = false }
borsh = { version = "0.10" , optional = true , default-features = false}
bulletproofs_plus = { package = "tari_bulletproofs_plus", version = "0.3", optional = true }
curve25519-dalek = { package = "tari-curve25519-dalek", version = "4.0.3", default-features = false, features = [ "alloc", "rand_core", "precomputed-tables", "zeroize"] }
bulletproofs_plus = { package = "tari_bulletproofs_plus", git = "https://github.com/AaronFeickert/bulletproofs-plus", branch = "curve-library-update", optional = true }
curve25519-dalek = { git = "https://github.com/AaronFeickert/curve25519-dalek", branch = "merge-upstream", default-features = false, features = [ "alloc", "rand_core", "precomputed-tables", "zeroize"] }
digest = { version = "0.10", default-features = false }
log = { version = "0.4" , default-features = false}
once_cell = { version = "1.8", default-features = false, features = ["critical-section"] }
Expand Down

0 comments on commit f580ab1

Please sign in to comment.