mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
- Based on "TFHE Public-Key Encryption Revisited " https://eprint.iacr.org/2023/603.pdf Co-authored-by: tmontaigu <thomas.montaigu@laposte.net>
16 lines
227 B
Plaintext
16 lines
227 B
Plaintext
target/
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Path we use for internal-keycache during tests
|
|
./keys/
|
|
# In case of symlinked keys
|
|
./keys
|
|
|
|
**/Cargo.lock
|
|
**/*.bin
|
|
|
|
# Some of our bench outputs
|
|
/tfhe/benchmarks_parameters
|
|
/tfhe/shortint_key_sizes.csv
|