Files
zk-fhe/.gitignore
enrico.eth 4a400d77c6 Add constraints on m (#9)
* feat: add constraint on `m`

* fix: `poly_distribution` and `poly_operations` take references to AssignedCell

* chore: update `README`
2023-11-08 18:27:21 +09:00

24 lines
521 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Halo2 artifacts
params/
# Proving and Verifying keys
/data/*.pk
/data/*.vk
# Snark Proof
/data/*.snark