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: 7 months 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 (about 3 years ago)
 - Default Branch: main
 - Last Pushed: 2022-10-16T02:20:35.000Z (about 3 years ago)
 - Last Synced: 2024-11-09T11:38:54.096Z (12 months ago)
 - Topics: cryptosystem, enclave, sgx, threshold
 - Language: Rust
 - Homepage:
 - Size: 1.23 MB
 - Stars: 1
 - 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 fmt
bash ./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
```