add fiat-crypto crate for emulation in case hardware is busy

This commit is contained in:
bunnie 2024-03-25 13:41:40 +08:00
parent f34c6ae4d8
commit 12e406ce05

View file

@ -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"