Encryption helpers for SGX
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
cargo +nightly sgx-test
```