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!: improve hyperkzg api #353

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

Conversation

JayWhite2357
Copy link

@JayWhite2357 JayWhite2357 commented Jan 11, 2025

Rationale

There are a few things in hyperkzg that make upstream usage impossible or difficult. In particular, the actual proof is inaccessible in a transparent fashion.

Changes

Take a look at the individual commits.

@JayWhite2357 JayWhite2357 force-pushed the feat/improve-hyperkzg-api branch from d09c9da to 74b783e Compare January 22, 2025 13:59
@JayWhite2357 JayWhite2357 changed the title feat: improve hyperkzg api feat!: improve hyperkzg api Jan 22, 2025
This makes the transcript more compatible with the EVM, which is big-endian
This is accomplished via `new` and `into_inner` methods
This is accomplished via `com`, `w`, and `v` accessors.
This can be used instead of `CommitmentEngineTrait::setup` to generate a reproducible commitment key
@JayWhite2357 JayWhite2357 force-pushed the feat/improve-hyperkzg-api branch from 74b783e to 26cd4a9 Compare January 23, 2025 03:36
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