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

chore!: rename generator #91

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

AaronFeickert
Copy link
Collaborator

@AaronFeickert AaronFeickert commented Jul 2, 2024

Parallel proofs support the use of separate generators for verification and auxiliary verification keys. Currently, the notation H is used for the latter, which may be confusing depending on use case by conflicting with other notation (like Pedersen commitments).

This PR renames the generator to G1, which is also more in line with how input sets are defined. Note that this is also reflected in proof transcripts.

BREAKING CHANGE: Changes the public API for parallel proofs. Existing proofs will not verify.

@AaronFeickert AaronFeickert merged commit b83d1df into tari-project:main Jul 2, 2024
7 checks passed
@AaronFeickert AaronFeickert deleted the generators branch July 2, 2024 16:56
AaronFeickert added a commit that referenced this pull request Jul 3, 2024
Earlier work in #91, which renamed a generator, missed one instance in the documentation. This PR fixes it.
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.

1 participant