sgx-keyreq 0.1.0

Provides a stable/no-std compatible library for requesting SGX keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# sgx-encrypt

Encryption helpers for SGX

## Testing

Testing is done with the [Fortanix Rust Enclave Development Platform](https://github.com/fortanix/rust-sgx). After installing the target, to run the tests:

```
cargo +nightly test --target x86_64-fortanix-unknown-sgx
# or
cargo +nightly sgx-test
```