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

Create IPA proof #4

Open
thomas-quadratic opened this issue Nov 14, 2023 · 0 comments
Open

Create IPA proof #4

thomas-quadratic opened this issue Nov 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thomas-quadratic
Copy link
Member

Description

Currently, there is no primitive to create an inner-product argument (IPA). This is a necessary step in producing a proof for key-value pairs openings.
We need to create a function similar to go-ipa's CreateIPAProof (https://github.com/crate-crypto/go-ipa/blob/3c0104f4b233c6469afd6682f370cd15ab65a231/ipa/prover.go#L58C6-L58C20).
This function is part of the inner workings of ipa-multipoint and does not need to be exposed to besu-verkle-trie.

Expected

The functionality similar to CreateIPAProof in go-ipa should be implemented. It can be separated in several functions and isolated in a submodule if need be. Also, there is no need to expose it to JNI.

@thomas-quadratic thomas-quadratic added the enhancement New feature or request label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant