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

More efficient SolidityTranscript #618

Closed
alxiong opened this issue Jun 25, 2024 · 0 comments · Fixed by #619
Closed

More efficient SolidityTranscript #618

alxiong opened this issue Jun 25, 2024 · 0 comments · Fixed by #619
Assignees

Comments

@alxiong
Copy link
Contributor

alxiong commented Jun 25, 2024

Based on the suggestion from CommonPrefix,

we could:

  • use big endian serialization (instead of the LE default from arkworks), so that we avoid reversing them in solidity contract
  • avoid prepend the state in computation of the next challenge: directly use H(transcripts) instead of H( state | transcript )

These changes are necessary before EspressoSystems/espresso-sequencer#1640 can be implemented.

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 a pull request may close this issue.

1 participant