mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-06 20:41:11 +00:00
Cargo: update engine25519-as git version
Update to a new git version that supports the `Xous` target_os.
This commit is contained in:
parent
c0ee5bf18c
commit
859eb04005
1 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ optional = true
|
|||
|
||||
[dev-dependencies.engine25519-as]
|
||||
git="https://github.com/betrusted-io/engine25519-as.git"
|
||||
rev="6681e73c1fdc4a460b5ef9f9c7c91aef546d00f3"
|
||||
rev="274b82899d28535ac6d4b7869e26eef2039578d5"
|
||||
|
||||
[features]
|
||||
nightly = ["subtle/nightly"]
|
||||
|
|
@ -99,4 +99,4 @@ avx2_backend = ["simd_backend"]
|
|||
# the betrusted backend uses the curve25519 hardware accelerator in betrusted-soc
|
||||
betrusted = ["engine-25519", "engine25519-as", "log"]
|
||||
|
||||
[workspace]
|
||||
[workspace]
|
||||
|
|
|
|||
Loading…
Reference in a new issue