diff --git a/Cargo.lock b/Cargo.lock index d335c6ed49..0c234acf2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5716,7 +5716,7 @@ dependencies = [ [[package]] name = "tari_crypto" version = "0.18.0" -source = "git+https://github.com/AaronFeickert/tari-crypto?branch=scalar-byte-array#e3279bfcb7a6c91875bd206dfb0d344b36f55a41" +source = "git+https://github.com/tari-project/tari-crypto?branch=main#f9b6cb8f7a7c6a41373b935ac8293331422f2266" dependencies = [ "blake2", "borsh", diff --git a/Cargo.toml b/Cargo.toml index 17907cc43a..a8e4921e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ overflow-checks = true [patch.crates-io] liblmdb-sys = { git = "https://github.com/tari-project/lmdb-rs", tag = "0.7.6-tari.1" } -tari_crypto = { git = "https://github.com/AaronFeickert/tari-crypto", branch = "scalar-byte-array" } # TODO: remove after merging +tari_crypto = { git = "https://github.com/tari-project/tari-crypto", branch = "main" } # TODO: remove after new release version