Quick start
Setting up a Rust project
$ cargo --version
cargo 1.81.0 (2dbb1af80 2024-08-20)$ cargo new tfhe-example
Creating binary (application) `tfhe-example` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html$ tree tfhe-example/
tfhe-example/
├── Cargo.toml
└── src
└── main.rs
1 directory, 2 filesUsing TFHE-rs and its APIs
Last updated
Was this helpful?