Skip to content

Commit

Permalink
Threads the fiat_{u32,u64}_backend features through the feature set
Browse files Browse the repository at this point in the history
This allows the fiat backends introduced in [curve25519-dalek/#342](dalek-cryptography/curve25519-dalek#342) to be used from an x25519 import without cumbersome overrides.
  • Loading branch information
huitseeker committed May 3, 2021
1 parent 0985e1b commit 893e050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# - update CHANGELOG
version = "1.1.0"
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>",
"Isis Lovecruft <isis@patternsinthevoid.net>",
"DebugSteven <debugsteven@gmail.com>",
"Henry de Valence <hdevalence@hdevalence.ca>",
]
Expand Down Expand Up @@ -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"]

0 comments on commit 893e050

Please sign in to comment.