diff --git a/common/crypto/Cargo.toml b/common/crypto/Cargo.toml index e144498834..aa7d2fa10c 100644 --- a/common/crypto/Cargo.toml +++ b/common/crypto/Cargo.toml @@ -39,8 +39,8 @@ rand_chacha = { workspace = true } default = ["sphinx"] aead = ["dep:aead", "aead/std", "aes-gcm-siv", "generic-array"] serde = ["dep:serde", "serde_bytes", "ed25519-dalek/serde", "x25519-dalek/serde"] -asymmetric = ["x25519-dalek", "ed25519-dalek", "zeroize", "cipher/zeroize"] +asymmetric = ["x25519-dalek", "ed25519-dalek", "zeroize"] hashing = ["blake3", "digest", "hkdf", "hmac", "generic-array"] -stream_cipher = ["aes", "ctr", "cipher", "generic-array"] +stream_cipher = ["aes", "ctr", "cipher", "cipher/zeroize", "generic-array"] sphinx = ["nym-sphinx-types/sphinx"] outfox = ["nym-sphinx-types/outfox"]