-
I tried to build the Teaclave platform using docker with the -DSGX_SIM_MODE=ON option
```
$ git clone https://github.com/apache/incubator-teaclave.git
$ cd incubator-teaclave
$ docker run --rm -v…
-
I'm trying to follow the instructions in https://github.com/mobilecoinfoundation/mobilecoin/blob/ae596fb127f89814bbf20b3849cddc5714e4eb96/consensus/service/BUILD.md on a fresh Ubuntu 18.04 install on …
-
SubstraTEE-worker could be abstracted from substrate and used with ethereum. Working title: **eTEEreum**. This issue lists the main steps.
The substrate blockchain serves two purposes for substraTE…
-
In an ideal world, we would not have a mess of Rust crypto libraries used by our system. Having to depend on someone else's branch of the library (because upstream refuses to merge a trivial branch t…
-
Here is a list of suggestions to clean up the codebase.
* Project-level changes
* Third-party dependencies
* Fork the repo of third-party crates so that we can keep track of the upstr…
-
```
[santiago@galago ~]$ rustup update
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2021-06-17, rust version 1.53.0 (53cb7b09b 2021-06-17)
info: downl…
-
HI! I was trying to install fortanix-sgx-tools on Linux 18.04 LTS using command
`cargo install fortanix-sgx-tools sgxs-tools`
I strictly followed the instruction https://edp.fortanix.com/docs/instal…
-
Any recommendation for running microbenchmarks in the enclave? I cannot naively use libtest bench or criterion as normal. I'm simply looking for general guidance or examples of good benchmarks.
-
Hi, this issue may sound a bit strange, let me explain:
- We have many servers which use SGX enclaves. For us, it is natural that the rust package corresponding server which requires an enclave, sh…
-
Hi!
I am using the embedded websockets crate to connect to a websocket endpoint ([echo.websocket.org](echo.websocket.org)) in a similar style as the tls client example - but with the full tls sess…