Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: add poseidon2 hashing to native transcript #3718
feat: add poseidon2 hashing to native transcript #3718
Changes from 1 commit
29a0d28
61c9eca
a8204fb
05085c5
99bd01d
029350c
a045b6d
86065bc
d50ac92
5f46e2d
d157087
f769528
e8702c7
86eae85
4a04326
2d16e5d
2c6406d
c0c715c
dd3366c
b37bed8
09f7ea2
7346629
1484030
97c2f88
e2f7526
f67148d
c0b5fb6
d3e110b
330c0c8
7fd7553
bbfb92b
a53a144
e12cb61
fe43adf
b1d5678
cab1312
54bb864
9cc55d1
87078b3
850ec4d
9f6293c
777e8b1
de5b619
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm slightly torn on this because I generally think more documentation is better but I think it's best to only add this level of description to either the declaration OR the definition, not both. It's a bit less clutter that way and it also avoids the two things diverging and causing confusion about the source of truth. Excellent comments here - but maybe only need them in one place
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will put the comment in the definition then since it has implementation details