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:
François Garillot 2021-05-03 16:31:32 -07:00
parent 0985e1babf
commit 893e0506a3
No known key found for this signature in database
GPG key ID: AC66C67853005854

View file

@ -55,3 +55,5 @@ std = ["curve25519-dalek/std"]
nightly = ["curve25519-dalek/nightly"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
fiat_u64_backend = ["curve25519-dalek/fiat_u64_backend"]
fiat_u32_backend = ["curve25519-dalek/fiat_u32_backend"]