Add verification check between precompute data and vid commitment #560
Labels
optimize-vid
https://www.notion.so/espressosys/9d835f79d4504926b8b3bb3d015abf06?v=b7028cdaea804b7aa918af95c0cd651
vid
Precomputable
trait is designed to allow for data (currently only kzg batch commitment) to be reused in subsequent call to disperse.Since the builder cannot be trusted to use the same kzg batch commitments inside precomputed data (as the output of
commit_only_precompute
) we should add a mechanism to ensure that these are the same.The text was updated successfully, but these errors were encountered: