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
The barretenberg library implements a version of the pippinger algorithm that combines the two techniques of batch affine operations and the use of a curve-endomorphism (for fields that have a cube root of unity) to obtain a significant speedup on the straightforward implementation of the pippinger algorithm. It would be great if this algorithm were present in arkworks.
The text was updated successfully, but these errors were encountered:
I think we will be following on this recently. I looked at the existing MSM algorithm and had the feeling that it only implements part of the Pippenger, and there is a high likelihood that it can be improved.
By the way, fantastic work in showing the strength of pairing-based SNARK in Kimchi.
The barretenberg library implements a version of the pippinger algorithm that combines the two techniques of batch affine operations and the use of a curve-endomorphism (for fields that have a cube root of unity) to obtain a significant speedup on the straightforward implementation of the pippinger algorithm. It would be great if this algorithm were present in arkworks.
The text was updated successfully, but these errors were encountered: