mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Threads the fiat_{u32,u64}_backend features through the feature set
This allows the fiat backends introduced in [curve25519-dalek/#342](https://github.com/dalek-cryptography/curve25519-dalek/pull/342) to be used from an x25519 import without cumbersome overrides.
This commit is contained in:
parent
0985e1babf
commit
893e0506a3
1 changed files with 3 additions and 1 deletions
|
|
@ -55,3 +55,5 @@ std = ["curve25519-dalek/std"]
|
||||||
nightly = ["curve25519-dalek/nightly"]
|
nightly = ["curve25519-dalek/nightly"]
|
||||||
u64_backend = ["curve25519-dalek/u64_backend"]
|
u64_backend = ["curve25519-dalek/u64_backend"]
|
||||||
u32_backend = ["curve25519-dalek/u32_backend"]
|
u32_backend = ["curve25519-dalek/u32_backend"]
|
||||||
|
fiat_u64_backend = ["curve25519-dalek/fiat_u64_backend"]
|
||||||
|
fiat_u32_backend = ["curve25519-dalek/fiat_u32_backend"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue