Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 658 Bytes

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