Skip to content

Concrete

Alexander Viand edited this page Nov 30, 2020 · 14 revisions

Concrete is an FHE library written in Rust. It is being developed by Zama and implements their version of the CGGI/TFHE scheme. See their documentation for more information on the library itself.

Setup

The documentation provides tutorials for linux and macOS. For Windows, you need to install Rust and vcpkg.

If you want to use IntelliJ, you need to install the rust plugin and run rustup component add rust-src from the windows command line to add the rust sources that the plugin requires.

Clone this wiki locally