-
Notifications
You must be signed in to change notification settings - Fork 16
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.
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.
- Home
- Compilers & Optimizations
- Libraries
- Benchmark Programs
- Implementation Docs