modify cell proofs comment
This commit is contained in:
parent
7e85c962f2
commit
912038bb08
|
@ -377,7 +377,7 @@ def compute_cells_and_proofs(blob: Blob) -> Tuple[
|
|||
Vector[Cell, CELLS_PER_EXT_BLOB],
|
||||
Vector[KZGProof, CELLS_PER_EXT_BLOB]]:
|
||||
"""
|
||||
Compute all the cell proofs for one blob. This is an inefficient O(n^2) algorithm,
|
||||
Compute all the cell proofs for an extended blob. This is an inefficient O(n^2) algorithm,
|
||||
for performant implementation the FK20 algorithm that runs in O(n log n) should be
|
||||
used instead.
|
||||
|
||||
|
|
Loading…
Reference in New Issue