Skip to content

tributech-solutions/fhe-concrete

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

Fully Homomorphic Encryption demo using Concrete library

The implementation relies on Concrete.

Install, build and run

Install

For a complete (installation) guide follow the instructions here.

To build and run on debian linux the following commands can be used:

// Install rust
curl  --tlsv1.2 -sSf https://sh.rustup.rs | sh

// Install FFTW
sudo apt-get update && sudo apt-get install -y libfftw3-dev

Build and run

// Build and run
RUSTFLAGS="-C target-cpu=native" cargo run --release

About

Fully Homomorphic Encryption demo using Concrete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages