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

Split SHA2 hash over multiple proofs #78

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

Conversation

mitschabaude
Copy link
Member

@mitschabaude mitschabaude commented Nov 20, 2024

  • add API that allows you to split SHA2 hash over mutliple proofs
  • add detailed example for using that API
  • kinda unrelated: add several different methods to concatenate dynamic arrays and strings
    • (I first thought I'd use that to combine trailing input with new input in a more classical update() API, but the overhead of string concatenation turned out to be fairly large. nevertheless, these methods will be useful and are pretty optimized now)

@martonmoro martonmoro mentioned this pull request Nov 22, 2024
Base automatically changed from release/dynamic to main November 26, 2024 16:41
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