Skip to content

Commit

Permalink
Merge pull request #168 from huitseeker/thread-fiat-backends
Browse files Browse the repository at this point in the history
Threads the `fiat_{u64,u32}_backend` features through the feature set
  • Loading branch information
isislovecruft committed Sep 13, 2021
2 parents bbb8869 + c12cf48 commit 86db7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -62,4 +62,6 @@ 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"]

0 comments on commit 86db7c9

Please sign in to comment.