mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
add fiat-crypto crate for emulation in case hardware is busy
This commit is contained in:
parent
f34c6ae4d8
commit
12e406ce05
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ engine25519-as = {git = "https://github.com/betrusted-io/engine25519-as.git", re
|
|||
utralib = {version = "0.1.24", default-features = false}
|
||||
zeroize = { version = "1", default-features = false }
|
||||
xous = "0.9.58"
|
||||
# for fallback when hardware is unavailable
|
||||
fiat-crypto = { version = "0.2.1", default-features = false}
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||
cpufeatures = "0.2.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue