Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / arkworks-rs/groth16 issues and pull requests

#65 - Invalid circuit when using a snarkjs zkey

Issue - State: closed - Opened by vaqxai about 1 month ago - 2 comments

#64 - Update README.md

Pull Request - State: closed - Opened by xujiahuayz about 1 month ago

#63 - Remove `ark-relations/std` dependency

Pull Request - State: open - Opened by mzabaluev 2 months ago - 2 comments

#62 - doc: add a simple membership circuit example

Pull Request - State: open - Opened by tdelabro 2 months ago - 2 comments

#59 - fix wrong comment

Pull Request - State: open - Opened by spartucus 3 months ago

#58 - Jonas/reduce fft

Pull Request - State: closed - Opened by jonas-lj 4 months ago - 2 comments

#57 - feat: add bn254 prove_and_verify test

Pull Request - State: closed - Opened by peinlcy 4 months ago

#56 - fix mimc test benches

Pull Request - State: open - Opened by hamidra 6 months ago

#55 - Update FixedBaseMSM to match algebra

Pull Request - State: closed - Opened by Pratyush 9 months ago

#53 - Adds Absorb and AbsorbGadget impl for Groth Verification Key & Var

Pull Request - State: closed - Opened by MercysJest 9 months ago - 1 comment

#52 - Upgrade for latest `r1cs-std`

Pull Request - State: closed - Opened by Pratyush 9 months ago

#51 - Bump versions and misc tweaks

Pull Request - State: closed - Opened by Pratyush 12 months ago

#50 - Add CODEOWNERS

Pull Request - State: closed - Opened by mmagician about 1 year ago

#49 - Does it support BN curve?

Issue - State: closed - Opened by VegeBun-csj over 1 year ago - 1 comment

#48 - introduce lagrange basis commitments

Pull Request - State: closed - Opened by akinovak over 1 year ago - 2 comments

#47 - release: ark-groth16 v0.4.0

Pull Request - State: closed - Opened by github-actions[bot] over 1 year ago

#46 - (semi-) Automate the release process

Pull Request - State: closed - Opened by mmagician over 1 year ago

#45 - compatible with solidity ?

Issue - State: closed - Opened by ItsFunny over 1 year ago

#44 - Add `QAP` reduction to `Groth16` struct

Pull Request - State: closed - Opened by Pratyush over 1 year ago

#43 - circom support?

Issue - State: closed - Opened by ItsFunny over 1 year ago - 1 comment

#42 - Bump all deps to 0.4

Pull Request - State: closed - Opened by rozbb over 1 year ago - 1 comment

#41 - An FFT may be saved

Issue - State: open - Opened by swasilyev almost 2 years ago - 1 comment

#40 - Update to latest arkworks algebra

Pull Request - State: closed - Opened by achimcc almost 2 years ago - 8 comments

#39 - Update Groth16 to the latest ark-algebra

Pull Request - State: closed - Opened by weikengchen about 2 years ago - 3 comments

#38 - Circuit Independence of public input SRS points

Issue - State: open - Opened by burdges over 2 years ago

#37 - Batch verification

Issue - State: open - Opened by burdges over 2 years ago

#36 - Add and fix some documentations and a minor optimization

Pull Request - State: closed - Opened by lovesh almost 3 years ago - 2 comments

#35 - feat: prove with matrices

Pull Request - State: closed - Opened by gakonst about 3 years ago

#34 - feat: allow using custom R1CS to QAP reductions

Pull Request - State: closed - Opened by gakonst about 3 years ago - 4 comments

#33 - Is inline_all_lcs() a must during proving/setup?

Issue - State: closed - Opened by brucechin about 3 years ago - 4 comments

#32 - Release v0.3.0

Pull Request - State: closed - Opened by weikengchen over 3 years ago

#31 - Proof deserialization

Issue - State: closed - Opened by lazovicff over 3 years ago - 9 comments

#30 - Add proof input preprocessing

Pull Request - State: closed - Opened by rozbb over 3 years ago

#29 - Upgrade to GitHub-native Dependabot

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago
Labels: dependencies

#28 - Add the changelog entry for #21

Pull Request - State: closed - Opened by weikengchen over 3 years ago

#27 - Release v0.2

Pull Request - State: closed - Opened by ValarDragon over 3 years ago

#26 - Bump changelog version

Pull Request - State: closed - Opened by ValarDragon over 3 years ago

#25 - Linkify changelog

Pull Request - State: closed - Opened by ValarDragon over 3 years ago

#24 - Remove `bench-utils`

Pull Request - State: closed - Opened by Pratyush over 3 years ago

#23 - Replace `rand` with `ark_std::rand`

Pull Request - State: closed - Opened by weikengchen over 3 years ago - 3 comments

#22 - Switch to panic='abort' for safety across FFI boundaries

Pull Request - State: closed - Opened by ValarDragon over 3 years ago

#21 - Made E::G1 and E::G2 generators input to groth16::generate_parameters

Pull Request - State: closed - Opened by rozbb over 3 years ago - 3 comments

#20 - Switch to the new optimization goal interface

Pull Request - State: closed - Opened by weikengchen over 3 years ago

#19 - Update rand requirement from 0.7 to 0.8

Pull Request - State: closed - Opened by dependabot-preview[bot] almost 4 years ago - 1 comment
Labels: dependencies

#18 - Add changelog.md, contributing.md, and issue/pr templates

Pull Request - State: closed - Opened by ValarDragon almost 4 years ago

#17 - Warn for unused

Pull Request - State: closed - Opened by ValarDragon almost 4 years ago

#16 - Implemented proof rerandomization

Pull Request - State: closed - Opened by rozbb almost 4 years ago - 3 comments

#15 - Move ark_ff::test_rng to ark_std::test_rng

Pull Request - State: closed - Opened by ValarDragon almost 4 years ago

#14 - Commit-carrying SNARK

Issue - State: open - Opened by weikengchen almost 4 years ago
Labels: T-design

#13 - Fix a doc typo on `gamma_abc_g1` in `VerifyingKey`

Pull Request - State: closed - Opened by weikengchen almost 4 years ago

#12 - Fix breakage due to arkworks-rs/algebra#110

Pull Request - State: closed - Opened by clearloop almost 4 years ago - 1 comment

#11 - Finding the barrier toward better parallelism

Issue - State: open - Opened by weikengchen almost 4 years ago - 3 comments
Labels: D-medium, T-performance, T-design

#10 - Describe multi-thread benchmark

Pull Request - State: closed - Opened by weikengchen almost 4 years ago

#9 - Reduce memory consumption

Pull Request - State: closed - Opened by Pratyush almost 4 years ago - 1 comment

#8 - Add benchmark

Pull Request - State: closed - Opened by weikengchen almost 4 years ago - 3 comments

#7 - Gadget `verify` creates unsatisfied constraints when passed a default proof

Issue - State: open - Opened by nirvantyagi almost 4 years ago - 1 comment
Labels: T-bug, D-medium, P-medium

#6 - More fixes from clippy

Pull Request - State: closed - Opened by Pratyush almost 4 years ago

#5 - Add constraints

Pull Request - State: closed - Opened by Pratyush almost 4 years ago - 1 comment

#4 - Refactor + impl `SNARK` for `Groth16`

Pull Request - State: closed - Opened by Pratyush almost 4 years ago

#3 - Fix `parallel` feature flag

Pull Request - State: closed - Opened by Pratyush almost 4 years ago

#2 - Add implementation for `SNARK` trait, along with `SNARK` gadgets

Issue - State: closed - Opened by Pratyush almost 4 years ago

#1 - Update to `arkworks` libraries

Pull Request - State: closed - Opened by Pratyush almost 4 years ago