-
Currently the interfaces pass a `Verifier` object. with the new implementation of https://github.com/mobilecoinfoundation/attestation for DCAP the same verifier object won't work for DCAP and EPID. We…
-
Is it possible to make them an sgx-runtime type so that they are included in the sgx-metadata, which can be used to generate types for F/E usage (e.g. when they need to construct a trustedCall for d…
-
- [x] #3395
-
## Background
Now some repos under CoCo have a dependency relationship, s.t.
- `ocicrypt-rs` depends on `attestation-agent`
- `image-rs` depends on both `ocicrypt-rs` and `attestation-agent` (not…
-
We have now primitives crate that include `sgx_tstd` and `thiserror_sgx` but only to be able to use `thiserror`. However, this makes the crate by default not `no_std` compatible, as either `sgx` or `s…
-
I get several rust errors when trying run flutter build apk
flutter build apk --release
```
💪 Building with sound null safety 💪
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
…
-
`curve25519-dalek` currently defines the following backends, modeled as crate features:
- `u32_backend`
- `u64_backend`
- `fiat_u32_backend`
- `fiat_u64_backend`
- `simd_backend`
- `avx2_backe…
-
Hi! Some time ago i tested Gramine runtimes with Edgeless Marble Run premain and attestation coordinator, and everything worked fine. But recently, when i built a new image on a newely configured host…
-
**Describe the bug**
My virtual machine seems to divide by zero often. I have included two backtraces.
**To Reproduce**
run lstopo -p
**Version**
```
cloud-hypervisor v30.0-13-g3498e67b
```…
-
### Motivation & problem statement
Current rust version is `nightly-2020-10-25`. It is two years behind `nightly-2022-10-22` that is supported by [Teaclave SGX SDK](https://github.com/apache/incuba…