Files
tfhe-rs/apps/test-vectors/README.md
2025-11-25 13:45:49 +01:00

490 B

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.