Skip to content

Commit

Permalink
Merge pull request #215 from bitemyapp/bitemyapp/purge-urcrypt
Browse files Browse the repository at this point in the history
Purge urcrypt
  • Loading branch information
eamsden authored Mar 12, 2024
2 parents 3654703 + da9009f commit f68a95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust/ares_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ sha2 = { version = "0.10.8", default-features = false, optional = true }

# test_vs_urcrypt
# XX: can be removed once stable
rand = { version = "0.8.4", default-features = false, features = ["getrandom"], optional = true }
urcrypt-sys = { version = "0.1.1", optional = true }
# rand = { version = "0.8.4", default-features = false, features = ["getrandom"], optional = true }
# urcrypt-sys = { version = "0.1.1", optional = true }

[features]
default = ["aes_siv", "ed25519", "sha"]
aes_siv = ["aes", "aes-siv"]
ed25519 = ["curve25519-dalek", "ed25519-dalek", "x25519-dalek"]
sha = ["sha1", "sha2"]
# XX: can be removed once stable
test_vs_urcrypt = ["urcrypt-sys", "rand"]
# test_vs_urcrypt = ["urcrypt-sys", "rand"]

0 comments on commit f68a95e

Please sign in to comment.