You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally I followed the python code, and implemented the same test cases to run through them step-by-step to compare computations, input sizes, etc. to make sure I didn't get anything different. It's primarily just a lot of data transforms, and although the python code is readable, it didn't translate straightforward to idiomatic Go, so that took some time. The crypto itself is not too bad after that.
Theory:
Eth2 phase 1 is currently exploring Kate Polynomial Commitment at:
We could use constantine as an alternate implementation to get an idea of the overhead involved using Assembly primitives.
The text was updated successfully, but these errors were encountered: