with_ed25519 -> ed25519 ("with_*" naming is discouraged)

This commit is contained in:
Egor Duda
2022-05-13 20:43:09 +03:00
parent 983bc5c5b2
commit f24445b325
5 changed files with 41 additions and 41 deletions

View File

@@ -37,7 +37,7 @@ with_ctap1 = ["crypto/with_ctap1"]
with_nfc = ["libtock_drivers/with_nfc"]
vendor_hid = ["libtock_drivers/vendor_hid"]
fuzz = ["arbitrary", "std"]
with_ed25519 = ["ed25519-dalek"]
ed25519 = ["ed25519-dalek"]
[dev-dependencies]
enum-iterator = "0.6.0"