Skip to content

Commit

Permalink
use specific crypto_core branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Nov 4, 2024
1 parent a362a2c commit cc7379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ required-features = ["serialization"]
serialization = []

[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/tbz-add-curve-arithmetic", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
ml-kem = { version = "0.2.1", features = ["zeroize"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand Down

0 comments on commit cc7379f

Please sign in to comment.