diff --git a/Cargo.lock b/Cargo.lock index 9846ff1..374bd05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,38 +1066,3 @@ dependencies = [ "quote", "syn 2.0.87", ] - -[[patch.unused]] -name = "ark-crypto-primitives" -version = "0.4.0" -source = "git+https://github.com/arkworks-rs/crypto-primitives#b13983815e5b3a0fbeed0e7da0edec751beac270" - -[[patch.unused]] -name = "ark-ec" -version = "0.4.2" -source = "git+https://github.com/WizardOfMenlo/algebra?branch=fft_extensions#fe932806ba46425ba8adc7536dbc20f6d61ae13a" - -[[patch.unused]] -name = "ark-ff" -version = "0.4.2" -source = "git+https://github.com/WizardOfMenlo/algebra?branch=fft_extensions#fe932806ba46425ba8adc7536dbc20f6d61ae13a" - -[[patch.unused]] -name = "ark-poly" -version = "0.4.2" -source = "git+https://github.com/WizardOfMenlo/algebra?branch=fft_extensions#fe932806ba46425ba8adc7536dbc20f6d61ae13a" - -[[patch.unused]] -name = "ark-serialize" -version = "0.4.2" -source = "git+https://github.com/WizardOfMenlo/algebra?branch=fft_extensions#fe932806ba46425ba8adc7536dbc20f6d61ae13a" - -[[patch.unused]] -name = "ark-std" -version = "0.4.0" -source = "git+https://github.com/arkworks-rs/std#db4367e68ff60da31ac759831e38f60171f4e03d" - -[[patch.unused]] -name = "ark-test-curves" -version = "0.4.2" -source = "git+https://github.com/WizardOfMenlo/algebra?branch=fft_extensions#fe932806ba46425ba8adc7536dbc20f6d61ae13a" diff --git a/Cargo.toml b/Cargo.toml index a7a466e..edb1eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,11 +41,4 @@ parallel = [ ] rayon = ["dep:rayon"] -[patch.crates-io] -ark-std = { git = "https://github.com/arkworks-rs/std" } -ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives" } -ark-test-curves = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" } -ark-ff = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" } -ark-poly = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" } -ark-serialize = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" } -ark-ec = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" } +