mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Expose backend options from curve25519-dalek.
This commit is contained in:
parent
5f608f9218
commit
b13417e82c
1 changed files with 3 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue