From 507cfa355a64b25bf8870c31e62a72aded55c026 Mon Sep 17 00:00:00 2001 From: Weikeng Chen Date: Tue, 23 Mar 2021 16:31:55 -0700 Subject: [PATCH] Remove the two remaining direct references to `rand` (#47) --- cp6_782/Cargo.toml | 2 -- ed_on_bls12_377/Cargo.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/cp6_782/Cargo.toml b/cp6_782/Cargo.toml index 80b3890..262d675 100644 --- a/cp6_782/Cargo.toml +++ b/cp6_782/Cargo.toml @@ -21,8 +21,6 @@ ark-bls12-377 = { path = "../bls12_377", default-features = false, features = [ [dev-dependencies] ark-serialize = { git = "https://github.com/arkworks-rs/algebra", default-features = false } ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra", default-features = false } -rand = { version = "0.7", default-features = false } -rand_xorshift = "0.2" [features] default = [] diff --git a/ed_on_bls12_377/Cargo.toml b/ed_on_bls12_377/Cargo.toml index 7b9a7ba..380235e 100644 --- a/ed_on_bls12_377/Cargo.toml +++ b/ed_on_bls12_377/Cargo.toml @@ -24,8 +24,6 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features ark-serialize = { git = "https://github.com/arkworks-rs/algebra", default-features = false } ark-algebra-test-templates = { git = "https://github.com/arkworks-rs/algebra", default-features = false } ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false } -rand = { version = "0.7", default-features = false } -rand_xorshift = "0.2" [features] default = []