Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrcmdr/darkproto-proposal
DarkProto Threshold Cryptosystem based protocol prototype proposal. Ciphers benchmarking with Intel SGX isolation using AWS Nitro Enclaves or Fortanix target backend for Rust.
https://github.com/andrcmdr/darkproto-proposal
cryptosystem enclave sgx threshold
Last synced: about 1 month ago
JSON representation
DarkProto Threshold Cryptosystem based protocol prototype proposal. Ciphers benchmarking with Intel SGX isolation using AWS Nitro Enclaves or Fortanix target backend for Rust.
- Host: GitHub
- URL: https://github.com/andrcmdr/darkproto-proposal
- Owner: andrcmdr
- License: apache-2.0
- Created: 2022-09-05T07:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T02:20:35.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:23:09.892Z (4 months ago)
- Topics: cryptosystem, enclave, sgx, threshold
- Language: Rust
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/andrcmdr/darkproto-proposal
README
# **The DarkProto Proposal**
Decentralized secure pairing-based threshold cryptosystem (re-encryption protocol) for collaborative/collective decryption (one-key-of-many decryption scheme) and signatures.
## **Build and run DarkProto using make.sh shell helper and Cargo:**
```
bash ./make.sh [ help/h/? | fmt | check | build | build release | submodules | submodules update | exec | exec_logging | exec_logging_cliout ]
``````
bash ./make.sh fmtbash ./make.sh check
bash ./make.sh submodules update
bash ./make.sh submodules
bash ./make.sh build release
bash ./make.sh build
bash ./make.sh exec
RUST_LOG="darkproto=debug" bash ./make.sh exec
```