Installation
Importing into your project
To use TFHE-rs
in your project, you first need to add it as a dependency in your Cargo.toml
.
If you are using an x86
machine:
If you are using an ARM
machine:
You need to use a Rust version >= 1.72 to compile TFHE-rs.
When running code that uses TFHE-rs
, it is highly recommended to run in release mode with cargo's --release
flag to have the best possible performance
Supported platforms
TFHE-rs is supported on Linux (x86, aarch64), macOS (x86, aarch64) and Windows (x86 with RDSEED
instruction).
OS | x86 | aarch64 |
---|---|---|
Linux |
|
|
macOS |
|
|
Windows |
| Unsupported |
Last updated