We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per discussion on https://github.com/Layr-Labs/rust-kzg-bn254/pull/24/files#r1908231674, remove endianess switching logic in all the places and assume big endian.
The text was updated successfully, but these errors were encountered:
if little endian is way easier, it is fine to switch to the other. As long as inside the library, it is consistent
Sorry, something went wrong.
anupsv
No branches or pull requests
Per discussion on https://github.com/Layr-Labs/rust-kzg-bn254/pull/24/files#r1908231674, remove endianess switching logic in all the places and assume big endian.
The text was updated successfully, but these errors were encountered: