Skip to content

Commit

Permalink
Removes references to Go and Gnark executable from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Aug 8, 2024
1 parent 6c7acdb commit d797a7d
Show file tree
Hide file tree
Showing 94 changed files with 28 additions and 41,138 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ venv
*.so
*.html
*.sage.py
tools/gnark/main
tools/gnark/bls12_381/cairo_test/main

tools/garaga_rs/target/
tools/garaga_rs/Cargo.lock
tools/garaga_rs/sys

src/cairo/target/
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ clean:
mkdir -p build
mkdir build/compiled_cairo_files

go:
./tools/make/go.sh

hints:
./tools/make/gen_hints_document.py
./tools/make/gen_hints_document.py
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ To get started with Garaga, you'll need to have some tools and dependencies inst

Ensure you have the following installed:
- [Python 3.10](https://www.python.org/downloads/) - The core language used for development.
- [Go](https://golang.org/doc/install) - Required for profiling and testing.
- [pprof](https://github.com/google/pprof) - A tool for visualization and analysis of profiling data.
- [graphviz](https://graphviz.org/download/) - Necessary for generating graphical representations of profiling data.
- A functional [SageMath](https://www.sagemath.org/download.html) installation or an operational [Docker](https://www.docker.com/get-started/) daemon with non-sudo privileges.
Expand Down
34 changes: 0 additions & 34 deletions tools/gnark/README.md

This file was deleted.

143 changes: 0 additions & 143 deletions tools/gnark/bls12_381/bls12-381.go

This file was deleted.

Loading

0 comments on commit d797a7d

Please sign in to comment.