-
### Title
BlackMirror: Preventing Wallhacks in 3D Online FPS Games
### URL
https://dl.acm.org/doi/pdf/10.1145/3372297.3417890
### Summary
Uses Intel SGX Trusted Execution Environments (TEEs) to …
-
I am building an app on top of IPFS. I would need to store some key pairs. I am using IPFS for all my storage needs, but it would be great if I could also store some private key/values or files which …
mitar updated
6 years ago
-
This issue is a reference to https://github.com/automata-network/automata-dcap-v3-attestation/issues/5.
Development will be tracked here: https://github.com/automata-network/automata-dcap-v3-attest…
-
When I run QuoteGeneration sample code, there is an error:
```
sgx_qe_set_enclave_load_policy is valid in in-proc mode only and it is optional: the default enclave load policy is persistent:
set t…
-
When running on FreeBSD on powerpc64 architecture (POWER9 CPU) I get:
```
root@talos:$~/spectre-meltdown-checker-master$ ./spectre-meltdown-checker.sh -v -v
Spectre and Meltdown mitigation detectio…
-
I write enclave code strictly in `no_std` and use `hashbrown` as one of the transitive dependencies. However, it fails to compile after upgrading `hashbrown` to 0.11. It fails at linker step with the …
-
### systemd version the issue has been seen with
254.3
### Used distribution
Garuda (Arch)
### Linux kernel version used
6.5.3-zen1-1-zen
### CPU architectures issue was seen on
x86_64
### Com…
-
Checklist:
- [x] run validation on main
- [x] GNR (IAA, DSA)
- [x] GNR-D (QAT)
- [x] FPGA
- [x] SPR (SGX, QAT, GPU, IAA, DSA)
- [x] Make sure `kube-rbac-proxy` is the latest version
…
-
Hi, I am interested in the static versions of the libraries, I noticed a compile issue and I should have spotted where the issue is.
Problem.
```
ar: creating libsgx_dcap_qvl_attestation.a
ln -s…
-
### 🐛 Describe the bug
Backward fails with sparse gradients. Error: `RuntimeError: reshape is not implemented for sparse tensors`
Code to reproduce:
```python
import torch
from typing import …