2022-01-31 16:11:24 -08:00
2021-12-03 20:47:42 -08:00
2022-01-31 12:43:32 -08:00
2022-01-14 17:05:32 -08:00
2022-01-28 14:15:10 -08:00
2022-01-28 12:33:41 -08:00
2022-01-28 12:33:41 -08:00
2021-11-08 12:18:09 -08:00
2021-12-03 11:30:49 -08:00
2021-12-03 17:10:09 -08:00
2022-01-31 15:19:30 -08:00
2022-01-13 12:55:31 -08:00

Intro

Sunscreen is an ecosystem for building privacy-preserving applications using fully homomorphic encryption and zero-knowlege proofs.

Set-up

Instal Rust

Install Rustup. This will install the Rust toolchain.

Initialize submodules

git submodule init
git submodule update

Linux

Install prereqs

Using yum: sudo yum install gcc gcc-c++ cmake3 openssl-devel clang

Using apt: sudo apt install build-essential clang cmake3 libssl-dev

After installing prereqs, make a link to cmake3 named cmake sudo ln /usr/bin/cmake3 <somwhere/under/$PATH/>cmake

Running tests

Cargo test --release

Description
No description provided
Readme AGPL-3.0 115 MiB
Languages
Rust 89.5%
C 3.3%
Metal 2.1%
Cuda 2%
HTML 1.5%
Other 1.5%