6 releases
0.2.3 | Apr 17, 2020 |
---|---|
0.2.2 | Apr 16, 2020 |
0.1.1 | Apr 9, 2020 |
#1271 in Encoding
21KB
323 lines
rust-sgx-util
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"] }
Prerequisites
Currently, this crate requires you compile and install sgx_util
as
a shared library.
Usage examples
You can find usage examples in the examples
dir of the crate.
lib.rs
:
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"] }
Prerequisites
Currently, this crate requires you compile and install sgx_util
as
a shared library.
Usage examples
You can find usage examples in the examples
dir of the crate.
Dependencies
~0.3–1MB
~22K SLoC