mirror of
https://github.com/AtHeartEngineer/spartan-ecdsa.git
synced 2026-01-09 05:18:01 -05:00
41 lines
476 B
Plaintext
41 lines
476 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.txt
|
|
|
|
node_modules/
|
|
|
|
.next/
|
|
next-env.d.ts
|
|
|
|
yarn-error.log
|
|
.DS_Store
|
|
|
|
pkg/
|
|
circom_input.json
|
|
circom_witness.wtns
|
|
|
|
*.ptau
|
|
|
|
build/
|
|
|
|
*.r1cs
|
|
*.sym
|
|
!test_circuit.r1cs
|
|
|
|
packages/prover/test_circuit/test_circuit_js/
|
|
#input files
|
|
packages/prover/test_circuit/*.json
|
|
|
|
|
|
wasm_bytes.ts
|
|
**/sage/*.sage.py
|
|
packages/lib/src/circuits/
|
|
|
|
packages/lib/example/
|