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: consistent pedersen hash (work in progress) #1945
feat: consistent pedersen hash (work in progress) #1945
Changes from all commits
2acca41
4f885f6
fbd9b40
55f7019
e339ba0
ce45f32
f5a9a5f
604ad3f
c09483e
36624f3
0608a65
dcec4f0
afad6f0
4283697
43086fa
918410c
0db1732
98e5261
af2a6ac
4426370
fd0de30
a29ebb3
79b17e1
a0c9f92
5e7a4d5
8b58e39
87ff132
9236506
c899d90
a5254f1
6c8adcc
0dfc607
f02c8ae
6d7553e
e96faf1
5659240
730e7ee
0c7e955
f782338
3db1576
664c869
be67530
9563341
c0ce229
e672785
246bf4f
d7c120e
c146851
de6d232
a04b4b4
031c108
b79cac4
20bf104
760aba7
f1b3271
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.
Orthogonal to this PR so can ignore; This pattern seems rather footgunny; If I accidentally pull out the x co-ordinate without converting it to affine form by normalizing, I would essentially be getting the projective value for X.
I can open up a separate issue -> A fix would revolve around safe-guarding access to x
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.
that'd be a good idea.