Expose backend options from curve25519-dalek.

This commit is contained in:
Isis Lovecruft 2018-05-15 21:48:01 +00:00
parent 5f608f9218
commit b13417e82c
Failed to extract signature

View file

@ -35,6 +35,8 @@ name = "x25519"
harness = false
[features]
default = ["std", "nightly"]
default = ["std", "nightly", "u64_backend"]
std = ["rand", "curve25519-dalek/std"]
nightly = ["curve25519-dalek/nightly"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]