Crates.io | rust-sgx-util |
lib.rs | rust-sgx-util |
version | 0.2.3 |
source | src |
created_at | 2020-04-08 09:38:00.62542 |
updated_at | 2020-04-17 09:15:28.994609 |
description | A safe wrapper around Graphene `sgx-util` C-library. |
homepage | https://github.com/golemfactory/proofofdevice |
repository | https://github.com/golemfactory/proofofdevice |
max_upload_size | |
id | 227590 |
size | 37,468 |
A safe wrapper around Graphene's sgx_util
C-library.
rust-sgx-util = "0.2"
For serde
support, you can enable it with with_serde
feature:
rust-sgx-util = { version = "0.2", features = ["with_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.