mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
490 B
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.