Files
tfhe-rs/.gitignore
Arthur Meyre 3508019cd2 feat(core): Add Compact Public Key
- Based on "TFHE Public-Key Encryption Revisited "
  https://eprint.iacr.org/2023/603.pdf

Co-authored-by: tmontaigu <thomas.montaigu@laposte.net>
2023-06-07 19:47:50 +02:00

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