Skip to content

tributech-solutions/fhe-concrete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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