Skip to content

Commit

Permalink
build(crypto): CRP-912 remove obsolete dependency on ic-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
fspreiss committed Feb 7, 2024
1 parent 0885da0 commit 2710b1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion 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/internal/crypto_lib/basic_sig/iccsa/BUILD.bazel
Expand Up @@ -23,7 +23,6 @@ MACRO_DEPENDENCIES = []

DEV_DEPENDENCIES = [
"//rs/certification/test-utils",
"//rs/crypto",
"//rs/crypto/internal/crypto_lib/basic_sig/iccsa/test_utils",
"//rs/crypto/test_utils",
"//rs/crypto/test_utils/reproducible_rng",
Expand Down
2 changes: 0 additions & 2 deletions rs/crypto/internal/crypto_lib/basic_sig/iccsa/Cargo.toml
Expand Up @@ -21,12 +21,10 @@ serde_cbor = { workspace = true }
simple_asn1 = { workspace = true }

[dev-dependencies]
# TODO (CRP-912) Replace ic-crypto with ic-crypto-utils-threshold-sig
assert_matches = "1.5.0"
ic-certification-test-utils = { path = "../../../../../certification/test-utils" }
ic-crypto-internal-basic-sig-iccsa-test-utils = { path = "test_utils" }
ic-crypto-test-utils-reproducible-rng = { path = "../../../../../crypto/test_utils/reproducible_rng" }
ic-crypto = { path = "../../../../../crypto" }
ic-crypto-internal-test-vectors = { path = "../../../test_vectors" }
ic-crypto-test-utils = { path = "../../../../test_utils" }
ic-interfaces = { path = "../../../../../interfaces" }
Expand Down

0 comments on commit 2710b1a

Please sign in to comment.