mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Merge pull request #168 from huitseeker/thread-fiat-backends
Threads the `fiat_{u64,u32}_backend` features through the feature set
This commit is contained in:
commit
86db7c9853
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue