dcap-ql 0.4.0

Idiomatic Rust bindings for libsgx_dcap_ql. SGX: Software Guard Extensions DCAP: DataCenter Attestation Primitives QL: Quoting Library
Documentation
1
2
3
4
5
6
7
8
## Testing

To test this crate, make sure you don't have a DCAP quote provider installed.
Then, run:

```
DCAP_QL_TEST_ATT_KEY_TYPE=ppid_encrypted_rsa3072 cargo test --features test-sgx-flc
```