Files
tfhe-rs/apps/test-vectors

Test vectors for TFHE

This folder contains test vectors for the core TFHE-rs algorithms.

The test vectors are located in data, and are generated using the sample program in src/main.rs.

To re-generate the test vectors, assuming you have rustup installed on your system, simply run the following command in the current folder:

cargo run --release

See the data folder for more information about the generated values.