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
See: https://github.com/Nashatyrev/teku/blob/das/infrastructure/kzg/src/main/java/tech/pegasys/teku/kzg/KZG.java#L26-L32 We could avoid G1 and G2 by changing trusted format to already flatten. We could use number of columns from config instead of CELLS_PER_EXT_BLOB. If something remains, we could mix it to designated test.
CELLS_PER_EXT_BLOB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See: https://github.com/Nashatyrev/teku/blob/das/infrastructure/kzg/src/main/java/tech/pegasys/teku/kzg/KZG.java#L26-L32
We could avoid G1 and G2 by changing trusted format to already flatten.
We could use number of columns from config instead of
CELLS_PER_EXT_BLOB
.If something remains, we could mix it to designated test.
The text was updated successfully, but these errors were encountered: