2022-02-22 15:23:30 -08:00
2022-02-14 18:02:33 -08:00
2022-02-16 20:32:15 -08:00
2022-02-08 17:06:59 -08:00
2022-02-08 17:06:59 -08:00
AIP
2022-02-14 17:39:06 -08:00
2022-02-14 18:15:24 -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-02-18 12:58:10 -08:00
2022-02-01 16:20:06 -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%