https://github.com/arkworks-rs/gm17
A Rust library for the preprocessing zkSNARK of Groth and Maller
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 14 committers (28.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A Rust library for the preprocessing zkSNARK of Groth and Maller
Basic Info
- Host: GitHub
- Owner: arkworks-rs
- License: apache-2.0
- Language: Rust
- Default Branch: master
- Homepage: https://www.arkworks.rs
- Size: 135 KB
Statistics
- Stars: 11
- Watchers: 8
- Forks: 7
- Open Issues: 11
- Releases: 1
Topics
Metadata Files
README.md
ark-gm17
The arkworks ecosystem consist of Rust libraries for designing and working with zero knowledge succinct non-interactive arguments (zkSNARKs). This repository contains an efficient implementation of the zkSNARK of Groth and Maller.
This library is released under the MIT License and the Apache v2 License (see License).
WARNING: This is an academic proof-of-concept prototype, and in particular has not received careful code review. This implementation is NOT ready for production use.
Build guide
The library compiles on the stable toolchain of the Rust compiler. To install the latest version of Rust, first install rustup by following the instructions here, or via your platform's package manager. Once rustup is installed, install the Rust toolchain by invoking:
bash
rustup install stable
After that, use cargo, the standard Rust build tool, to build the library:
bash
git clone https://github.com/arkworks-rs/gm17.git
cargo build --release
This library comes with unit tests for each of the provided crates. Run the tests with:
bash
cargo test
License
This library is licensed under either of the following licenses, at your discretion.
- Apache License Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution submitted for inclusion in this library by you shall be dual licensed as above (as defined in the Apache v2 License), without any additional terms or conditions.
Acknowledgements
This work was supported by: a Google Faculty Award; the National Science Foundation; the UC Berkeley Center for Long-Term Cybersecurity; and donations from the Ethereum Foundation, the Interchain Foundation, and Qtum.
An earlier version of this library was developed as part of the paper "ZEXE: Enabling Decentralized Private Computation".
Owner
- Name: arkworks
- Login: arkworks-rs
- Kind: organization
- Website: arkworks.rs
- Twitter: arkworks_rs
- Repositories: 25
- Profile: https://github.com/arkworks-rs
An ecosystem for developing and programming with zkSNARKs
GitHub Events
Total
- Watch event: 1
- Pull request event: 10
- Fork event: 1
- Create event: 10
Last Year
- Watch event: 1
- Pull request event: 10
- Fork event: 1
- Create event: 10
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pratyush Mishra | p****a@b****u | 46 |
| François Garillot | f****s@g****t | 8 |
| Pascal Berrang | c****t@p****t | 7 |
| jon-chuang | 9****g@u****m | 7 |
| Weikeng Chen | w****k@b****u | 6 |
| Howard Wu | h****u@b****u | 4 |
| Marek Kotewicz | m****z@g****m | 4 |
| Georgios Konstantopoulos | me@g****m | 2 |
| dependabot-preview[bot] | 2****]@u****m | 2 |
| Pascal Berrang | p****l@g****m | 1 |
| Dev Ojha | V****n@u****m | 1 |
| Kobi Gurkan | k****k@g****m | 1 |
| savil | s****l@c****u | 1 |
| schaeff | t****t@s****r | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 40
- Average time to close issues: less than a minute
- Average time to close pull requests: 3 months
- Total issue authors: 1
- Total pull request authors: 8
- Average comments per issue: 0.0
- Average comments per pull request: 0.53
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 26
Past Year
- Issues: 0
- Pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 10
Top Authors
Issue Authors
- TakodaS (1)
Pull Request Authors
- dependabot[bot] (33)
- weikengchen (6)
- Pratyush (4)
- dependabot-preview[bot] (2)
- Hack666r (1)
- ValarDragon (1)
- Schaeff (1)
- TakodaS (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cargo 50,402 total
- Total dependent packages: 2
- Total dependent repositories: 5
- Total versions: 2
- Total maintainers: 1
crates.io: ark-gm17
An implementation of the Groth-Maller 2017 zkSNARK proof system
- Homepage: https://arkworks.rs
- Documentation: https://docs.rs/ark-gm17/
- License: MIT/Apache-2.0
-
Latest release: 0.3.0
published over 4 years ago
Rankings
Maintainers (1)
Dependencies
- ark-bls12-377 ^0.3.0 development
- ark-bls12-381 ^0.3.0 development
- ark-cp6-782 ^0.3.0 development
- ark-mnt4-298 ^0.3.0 development
- ark-mnt4-753 ^0.3.0 development
- ark-mnt6-298 ^0.3.0 development
- ark-mnt6-753 ^0.3.0 development
- csv 1 development
- ark-crypto-primitives ^0.3.0
- ark-ec ^0.3.0
- ark-ff ^0.3.0
- ark-poly ^0.3.0
- ark-r1cs-std ^0.3.0
- ark-relations ^0.3.0
- ark-serialize ^0.3.0
- ark-std ^0.3.0
- derivative 2.0
- rayon 1
- tracing 0.1
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/checkout v1 composite