mirror of
https://github.com/enricobottazzi/zk-fhe.git
synced 2026-01-10 13:48:07 -05:00
* feat: add constraint on `m` * fix: `poly_distribution` and `poly_operations` take references to AssignedCell * chore: update `README`
24 lines
521 B
Plaintext
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 |