Skip to content

Commit

Permalink
Consensus enclaves don't run on sha-ni chips right now. (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cape committed Jul 13, 2021
1 parent 422c345 commit 599ec17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions consensus/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions consensus/enclave/trusted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ mc-sgx-types = { path = "../../../sgx/types" }
mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps", "aesni", "force_aesni_support", "rdrand"] }
mbedtls-sys-auto = { version = "2.26.1", default-features = false, features = ["custom_threading"] }

# We include this here so we can make sure it uses the compile-only feature
# We include these here so we can select in-the-enclave features
cpufeatures = { version = "0.1.5", features = ["compile-only"] }

lazy_static = { version = "1.4", features = ["spin_no_std"] }
sha2 = { version = "0.9", default-features = false, features = ["asm"] }
sha2 = { version = "0.9.5", default-features = false }

[build-dependencies]
mc-util-build-script = { path = "../../../util/build/script" }
Expand Down

0 comments on commit 599ec17

Please sign in to comment.