Files
tfhe-rs/.gitignore
Arthur Meyre 9e307a8945 chore(hlapi): add example to measure CPK and CCTL sizes
This also includes key generation time in WASM web client side
2023-06-12 11:41:21 +02:00

16 lines
207 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
**/*.csv