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

feat: allow for more general transcripts #352

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JayWhite2357
Copy link

@JayWhite2357 JayWhite2357 commented Jan 10, 2025

Rationale

HyperKZG requires using TranscriptReprTrait for serialization before putting a value on the transcript. This serialization is dependent on the scalar, rather than the transcript.

This become challenging when trying to duplicate the transcript in the EVM, which is big-endian. Allowing for a custom serialization allows for more flexible usage upstream.

@JayWhite2357 JayWhite2357 changed the title feat: make keccak module public feat: allow for more general transcripts Jan 11, 2025
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