Files
tfhe-rs/apps/test-vectors
2025-12-03 17:44:46 +01:00
..
2025-12-03 17:44:46 +01:00
2025-12-03 17:44:46 +01:00
2025-12-03 17:44:46 +01:00
2025-12-03 17:44:46 +01:00

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.