-
Notifications
You must be signed in to change notification settings - Fork 983
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
Update the endianness of the polynomial commitments to be big endian #3354
Conversation
In CL, represent these as CL shouldn't have to see into these commitments, it only has to pass the opaque data to the crypto lib |
KZG test vectors: general-kzg-4844-20230518.tar.gz It would be nice if we could verify the KZG update correctness before the spec release. 🙏 |
Just to confirm, these test vectors work in c-kzg-4844 after making the required changes. |
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.
LGTM! Thanks!
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.
LGTM 👍
I'm encountering errors on the consensus-specs test in go-kzg-4844 -- Going to check in a minute to see if I made a wrong change |
Update the endianess of polynomal commitments to
big
endian in conjuction withpost ACD may 11 call discussion (Ref: https://discord.com/channels/595666850260713488/745077610685661265/1106250714415648849)