Skip to content

Memento-Research/tutorial-tfhe-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorials-TFHE-rs

Setup & Installation

Pre-requisites

Install Rust (in Mac OS):

brew install rustup
rustup-init

Using TFHE-rs with nightly toolchain

Install the needed Rust toolchain:

rustup toolchain install nightly

Override the toolchain to use for the current project:

rustup override set nightly

To check the toolchain that Cargo will use by default, you can use the following command:

rustup show

Building the project

Use in release mode (huge difference in performance) by running the following command in your project directory:

cargo build --release

Running the project

Run the project by running the following command in your project directory:

cargo run --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages