A safe wrapper around Graphene's [sgx_util
] C-library.
toml
rust-sgx-util = "0.1"
For serde
support, you can enable it with serde
feature:
toml
rust-sgx-util = { version = "0.1", features = ["serde"] }
Currently, this crate requires you compile and install sgx_util
as
a shared library.
You can find usage examples in the examples
dir of the crate.