Merge pull request #72 from huitseeker/thread-fiat-backends

Threads the `fiat_{u32,u64}_backend` features through the feature set
This commit is contained in:
isis agora lovecruft 2021-09-13 21:25:03 +00:00 committed by GitHub
commit bf4c67a11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ edition = "2018"
# - update CHANGELOG
version = "1.1.1"
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>",
"Isis Lovecruft <isis@patternsinthevoid.net>",
"DebugSteven <debugsteven@gmail.com>",
"Henry de Valence <hdevalence@hdevalence.ca>",
]
@ -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"]