Installation
This document provides instructions to set up TFHE-rs in your project.
Importing
First, add TFHE-rs as a dependency in your Cargo.toml
.
For x86_64
machine running a Unix-like OS:
For ARM
machine running a Unix-like OS:
For x86_64
machines with the rdseed instruction
running Windows:
Rust version: a minimum Rust version of 1.73 is required to compile TFHE-rs.
Performance: for optimal performance, it is highly recommended to run code that uses TFHE-rs
in release mode with cargo's --release
flag.
Supported platforms
TFHE-rs currently supports the following platforms:
OS | x86 | aarch64 |
---|---|---|
Linux |
|
|
macOS |
|
|
Windows |
| Unsupported |
Last updated