| Crates.io | seismic-enclave |
| lib.rs | seismic-enclave |
| version | 0.1.0 |
| created_at | 2025-02-11 23:18:07.845681+00 |
| updated_at | 2025-02-11 23:18:07.845681+00 |
| description | Tools for building and interfacing with the Seismic enclave |
| homepage | https://github.com/SeismicSystems/TEEService |
| repository | https://github.com/SeismicSystems/TEEService |
| max_upload_size | |
| id | 1552079 |
| size | 49,799 |
Current state
This is a mock server designed to handle cryptographic requests. It is intended to be run within a Trusted Execution Environment (TEE). It is a work-in-progress, and shouldn't be used in production in its current form as your secrets will be exposed.
You can only run the server on a machine where various Intel SGX & TDX libraries are installed. See tss-esapi-sys for information on this.
The command to run the server is:
cargo build && sudo target/debug/seismic-enclave-server
You should see something like Listening on http://127.0.0.1:7878