crate-crypto / go-ipa

A Go implementation of cryptographic primitives for Verkle Trees
https://verkle.dev
Apache License 2.0
32 stars 14 forks source link

ipa: use batch inversion for scalars in basis change #40

Closed jsign closed 1 year ago

jsign commented 1 year ago

This PR does inverse batching of all the IPA challenges at once, instead of doing them while we're calculating the final expected commitment.