Remove compute_cells from list of public methods

This commit is contained in:
Justin Traglia 2024-06-11 08:07:26 -05:00 committed by George Kadianakis
parent 10bac07b39
commit 93dfcdaf4c

View File

@ -64,7 +64,6 @@ Public functions MUST accept raw bytes as input and perform the required cryptog
The following is a list of the public methods:
* [`compute_cells_and_kzg_proofs`](#compute_cells_and_kzg_proofs)
* [`compute_cells`](#compute_cells)
* [`verify_cell_kzg_proof`](#verify_cell_kzg_proof)
* [`verify_cell_kzg_proof_batch`](#verify_cell_kzg_proof_batch)
* [`recover_cells_and_kzg_proofs`](#recover_cells_and_kzg_proofs)