Crates.io | eigen_crypto |
lib.rs | eigen_crypto |
version | 0.1.1 |
source | src |
created_at | 2021-07-28 09:13:48.830705 |
updated_at | 2021-07-28 11:49:54.101649 |
description | Crypto Library for EigenCC. |
homepage | |
repository | |
max_upload_size | |
id | 428247 |
size | 1,426,246 |
git clone https://github.com/ieigen/eigen-crypto
cd eigen-crypto
# Non-SGX
cargo test -- --test-threads 1
# SGX
cargo build --features=mesalock_sgx
cd sgx-test
make run