Skip to content

Commit

Permalink
Threads the fiat_{u64,u32}_backend features in 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 ed25519 import without cumbersome overrides.
  • Loading branch information
huitseeker authored and mkj committed May 28, 2022
1 parent 6c039ec commit 0eb822e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -62,6 +62,8 @@ asm = ["sha2/asm"]
legacy_compatibility = []
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"]
simd_backend = ["curve25519-dalek/simd_backend"]

[patch.crates-io]
Expand Down

0 comments on commit 0eb822e

Please sign in to comment.