Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of exported BLS12-381 specific groth16.VerifyingKey structure #3079

Closed
AnnaShaleva opened this issue Aug 3, 2023 · 0 comments · Fixed by #3145
Closed

Make use of exported BLS12-381 specific groth16.VerifyingKey structure #3079

AnnaShaleva opened this issue Aug 3, 2023 · 0 comments · Fixed by #3145
Labels
enhancement Improving existing functionality

Comments

@AnnaShaleva
Copy link
Member

We have to keep an eye on https://github.com/Consensys/gnark/milestone/6. As soon as it's released, we need to use exported BLS12-381-specific groth16.VerifyingKey structure instead of a common groth16.VerifyingKey interface that is currently in use in our zkpbinding package. All the public key serialization-related code is expected to be gone from zkpbinding.

Make the same for groth16.Proof if it's possible after v0.9.0 release of gnark.

Ref. Consensys/gnark#799 (comment), ref. #3043.

@AnnaShaleva AnnaShaleva added the enhancement Improving existing functionality label Aug 3, 2023
AnnaShaleva added a commit that referenced this issue Oct 4, 2023
…ctions

1. Close #3079 by using new exported gnark@v0.9.0 APIs.
2. Add an example and instructions for production CRS generation.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 4, 2023
…ctions

1. Close #3079 by using new exported gnark@v0.9.0 APIs.
2. Add an example and instructions for production CRS generation.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 4, 2023
…ctions

1. Close #3079 by using new exported gnark@v0.9.0 APIs.
2. Add an example and instructions for production CRS generation.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 5, 2023
…ctions

1. Close #3079 by using new exported gnark@v0.9.0 APIs.
2. Add an example and instructions for production CRS generation.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 5, 2023
…ctions

1. Close #3079 by using new exported gnark@v0.9.0 APIs.
2. Add an example and instructions for production CRS generation.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 5, 2023
Close #3079.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 5, 2023
Close #3079.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
AnnaShaleva added a commit that referenced this issue Oct 16, 2023
Close #3079.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant