Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
With mio and kvdb being supported on the sgx, we could easily develop a small trust-computing webapplication on the cloud. Users will accessed it over tls.
It's performance may not as better as the mainstream server, but it's a good start for data privacy and trust-computing.
I would like to develop it when the kvdb-rocksdb was imported into rust-sgx-sdk(#103 ). :smile:
With
mio
andkvdb
being supported on the sgx, we could easily develop a small trust-computing webapplication on the cloud. Users will accessed it overtls
.It's performance may not as better as the mainstream server, but it's a good start for data privacy and trust-computing.
I would like to develop it when the
kvdb-rocksdb
was imported intorust-sgx-sdk
(#103 ). :smile: