Files
tfhe-rs/.gitignore
Arthur Meyre 448e634748 fix(integer): fix scalar mul bug when representing integers > 64 bits
- a product was overflowing, we now compute a progressive division with
the same effect and stop once we reach zero to limit the number of
generated tasks
2023-04-13 13:26:48 +02:00

15 lines
198 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