Skip to content

Commit

Permalink
build(crypto): CRP-2116 remove obsolete getrandom-for-wasm dependency…
Browse files Browse the repository at this point in the history
… from non-canister code
  • Loading branch information
fspreiss committed Jan 25, 2024
1 parent f233f68 commit 7b65c7a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rs/crypto/ecdsa_secp256r1/BUILD.bazel
Expand Up @@ -3,7 +3,6 @@ load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test", "rust_test_suite
package(default_visibility = ["//visibility:public"])

DEPENDENCIES = [
"//rs/crypto/getrandom_for_wasm",
"@crate_index//:lazy_static",
"@crate_index//:num-bigint",
"@crate_index//:p256",
Expand Down
1 change: 0 additions & 1 deletion rs/crypto/ecdsa_secp256r1/Cargo.toml
Expand Up @@ -9,7 +9,6 @@ documentation.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-crypto-getrandom-for-wasm = { path = "../getrandom_for_wasm" }
lazy_static = "1.4"
num-bigint = "0.4"
p256 = { workspace = true }
Expand Down
Expand Up @@ -6,7 +6,6 @@ DEPENDENCIES = [
"//rs/crypto/internal/crypto_lib/basic_sig/der_utils",
"//rs/crypto/sha2",
"//rs/types/types",
"//rs/crypto/getrandom_for_wasm",
"@crate_index//:num-bigint",
"@crate_index//:num-traits",
"@crate_index//:pkcs8",
Expand Down
Expand Up @@ -17,7 +17,6 @@ sha2 = "0.10.2"
serde = { workspace = true }
simple_asn1 = { workspace = true }
num-bigint = "~0.4.3"
ic-crypto-getrandom-for-wasm = { path = "../../../../getrandom_for_wasm" }

[dev-dependencies]
hex = "0.4.2"
Expand Down
1 change: 0 additions & 1 deletion rs/crypto/internal/crypto_lib/bls12_381/type/BUILD.bazel
Expand Up @@ -4,7 +4,6 @@ load("//bazel:defs.bzl", "rust_bench")
package(default_visibility = ["//rs/crypto:__subpackages__"])

DEPENDENCIES = [
"//rs/crypto/getrandom_for_wasm",
"@crate_index//:ic_bls12_381",
"@crate_index//:itertools",
"@crate_index//:hex",
Expand Down
1 change: 0 additions & 1 deletion rs/crypto/internal/crypto_lib/bls12_381/type/Cargo.toml
Expand Up @@ -26,7 +26,6 @@ rand_chacha = "0.3"
lazy_static = "1.4"
hex = "0.4"
zeroize = { version = "1", features = ["zeroize_derive"] }
ic-crypto-getrandom-for-wasm = { path = "../../../../getrandom_for_wasm" }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down

0 comments on commit 7b65c7a

Please sign in to comment.