#sgx-sdk #intel-sgx #write #applications #helper #encryption-decryption #key

sgx_crypto_helper

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language

6 stable releases

1.1.0 Dec 19, 2019
1.0.9 Sep 16, 2019
1.0.8 Jun 11, 2019
1.0.7 May 10, 2019
1.0.5 Jan 29, 2019

#1780 in Hardware support

Download history 24/week @ 2024-02-25 56/week @ 2024-03-31

56 downloads per month

Custom license

360KB
6K SLoC

Note

Please visit our homepage for usage. Thanks!


lib.rs:

Cryptography Library Helper

This crate provides helper functions to simplify key distribution and encryption/decryption. It utilizes sgx_tcrypto and sgx_ucrypto to provide a uniform interface to both enclave and untrusted app. It provides key serialization/deserialization by serde.

The Intel(R) Software Guard Extensions SDK includes a trusted cryptography library named sgx_tcrypto. It includes the cryptographic functions used by other trusted libraries included in the SDK.

Dependencies

~1–1.6MB
~35K SLoC