Skip to content

Commit

Permalink
fix: crypto_core dependency link
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Jan 26, 2024
1 parent 36ac647 commit 84b1eed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ name = "cosmian_cover_crypt"
# The cdylib is only interesting if the `--features ffi` flag is set on build
# This does not seem to be actionable conditionally https://github.com/rust-lang/cargo/issues/4881

# [[bench]]
# name = "benches"
# harness = false

[features]
full_bench = []
hybridized_bench = []

[dependencies]
cosmian_crypto_core = { path = "../crypto_core", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
cosmian_crypto_core = { git="https://github.com/Cosmian/crypto_core.git", branch="feat/add_neutral_scalars", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
pqc_kyber = { version = "0.4", features = ["std", "hazmat"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 84b1eed

Please sign in to comment.