Skip to content

Commit

Permalink
Merge pull request #204 from zkfriendly/feat/rust-verifier
Browse files Browse the repository at this point in the history
Feat/rust verifier
  • Loading branch information
Divide-By-0 authored Aug 1, 2024
2 parents 0bc2538 + 2f37198 commit a481375
Show file tree
Hide file tree
Showing 16 changed files with 3,764 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,16 @@ packages/circuits/tests/compiled-test-circuits/*
**/node_modules
**/build
tsconfig.tsbuildinfo

*.rvkey

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
Loading

0 comments on commit a481375

Please sign in to comment.