Skip to content

Latest commit

 

History

History

ssss

Escrin - SSSS

     

This is the code for the Simple Secret Sharing Server (SSSS), the s4 SSSS CLI, and deployment scripts for the SSSS.

Deploying

To deploy the SSSS, check out the ./deploy directory for different options. The SSSS container is the canonical deployment strategy.

To obtain a dev build of the SSSS or s4, download the artifacts from a successful run of the SSSS CI workflow.

Developing

The SSSS is a Rust project and can be developed using the standard tools. If you are a Nix user, you can also run nix develop to drop into a fully-configured development shell.