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

Expose prove_multiple, verify_multiple and pedersen homomorphic computation functions #14

Closed
wants to merge 0 commits into from

Conversation

sjacobino
Copy link

zkrp_prove_blind provides the ability to use your own blinding factor. zkrp_prove_multiple_blind allows the same but for aggregate proofs.

pedersen_add and pedersen_subtract enable homomorphic computations in Pythonland

Copy link
Collaborator

@wanglun1996 wanglun1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Please sign all your commitments and resolve all the comments.

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
@sjacobino sjacobino force-pushed the main branch 2 times, most recently from 07a8408 to 5f5493c Compare June 23, 2022 12:16
@sjacobino sjacobino changed the title Expose prove_multiple, verify_multiple and pederasten homomorphic computation functions Expose prove_multiple, verify_multiple and pedersen homomorphic computation functions Jun 24, 2022
@sjacobino sjacobino closed this Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants