halo2wrong
No description available.
File Explorer
Download Latest Version (.zip)- lints.yml
- add.rs
- mul.rs
- add.rs
- mul.rs
- base_field_ecc.rs
- general_ecc.rs
- lib.rs
- Cargo.toml
- ecdsa.rs
- lib.rs
- Cargo.toml
- lib.rs
- utils.rs
- Cargo.toml
- add.rs
- assert_in_field.rs
- assert_not_zero.rs
- assert_zero.rs
- assign.rs
- div.rs
- invert.rs
- mul.rs
- reduce.rs
- square.rs
- chip.rs
- instructions.rs
- lib.rs
- rns.rs
- Cargo.toml
- instructions.rs
- lib.rs
- main_gate.rs
- range.rs
- Cargo.toml
- README.md
- hasher.rs
- lib.rs
- transcript.rs
- Cargo.toml
- .gitignore
- .rustfmt.toml
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rust-toolchain
# Installation Guide
1. Get the code
git clone https://github.com/privacy-ethereum/halo2wrong
Downloads the entire project code from GitHub to your computer.
cd halo2wrong
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
